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