Cloud Server - Unsuspend/Reactive server (billing hour)
POST
https://api.absam.io/v1/cloud-server/unsuspend
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"
}