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