cURL
curl --request POST \ --url https://api.copass.id/api/v1/storage/sandboxes/{sandbox_id}/reactivate \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Reactivate a suspended sandbox.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response