curl --request POST \
--url https://api.iran.liara.ir/v1/databases/{id}/actions/scale \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"scale": 123
}'This response has no body data.power on or power off a database that user owns
curl --request POST \
--url https://api.iran.liara.ir/v1/databases/{id}/actions/scale \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"scale": 123
}'This response has no body data.