curl --request GET \ --url 'https://api.unify.ai/v0/credits' \ --header "Authorization: Bearer $UNIFY_KEY"
{ "id": "<USER_ID>", "credits": 10 }
Bearer <token>
<token>