cURL
curl --request GET \ --url https://app.dumplingai.com/api/v2/balance \ --header 'Authorization: Bearer <token>'
{ "success": false, "requestId": "<string>", "error": "<string>", "code": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Balance information