Make balance inactive
data
No Content
const response = await fetch('//api.client.nbcgate.tech/api/balance/available/off', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify([ {} ]), }); const data = await response.json();
{ "errors": [ { "code": 0, "field": "text", "message": "text" } ], "message": "text", "statusCode": 0 }