cURL
curl --request GET \ --url http://api.stuut.ai/v1/payments \ --header 'Authorization: Bearer <token>'
{ "amount_allocated": 123, "amount_unallocated": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response