cURL
curl --request PATCH \ --url https://api.quiva.ai/accounts/set-emergency-credit \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "emergency_credit": 100 } '
{ "message": "<string>" }
Sets the emergency credit amount for an account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Emergency credit amount
Emergency credit set successfully