Authorization: Bearer ********************curl --location --request POST 'https://api.gatewayz.ai/admin/add_credits' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": "string",
"credits": 0
}'null