Cloud Server - Suspend server (billing 30% of hour)
POST
https://api.absam.io/v1/cloud-server/suspend
REQUEST HEADERS
access-token: xxxxxxxxxxxxxxxxxxxxxxxxxx
secret-access-token: xxxxxxxxxxxxxx
Generate the access token and secret access token on the dashboard.
REQUEST BODY
Name Type Description Required
id integer Cloud ID true
Response parameters (JSON)
{
    "result": "success"
}