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