curl --request PUT \ --url https://api.nomba.com/v1/accounts/suspend/{accountId} \ --header 'Authorization: Bearer <token>' \ --header 'accountId: <accountid>'
{ "code": "00", "description": "Success", "data": true }
Learn about suspending an accounts
PUT /v1/accounts/suspend/{accountId}
PUT /v1/accounts/reactivate/{accountId}