cURL
curl --request PATCH \ --url https://api.gameboost.com/v1/accounts/{accountId}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "status": "listed" }'
List or unlist a specific account by updating its status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully updated the account status.