cURL
curl --request GET \ --url https://api.stophy.dev/v1/account/credits \ --header 'Authorization: Bearer <token>'
{ "credits": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>