{
"variables": {
"property1": null,
"property2": null
}
}
curl --location --request POST 'https://api.v2.rainyun.com/product/rca/app//mysql_variables' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"variables": {
"property1": null,
"property2": null
}
}'
{}