curl --request GET \
--url https://app.titanx.io/api/public/v2/account/credits \
--header 'Authorization: Bearer <token>'{
"data": {
"credits": 1
}
}Get the current credit balance for the authenticated user account.
curl --request GET \
--url https://app.titanx.io/api/public/v2/account/credits \
--header 'Authorization: Bearer <token>'{
"data": {
"credits": 1
}
}