Authorization: Bearer ********************
curl --location --request GET '/ai-assistant/service-quota?type=0' \ --header 'Authorization: Bearer <token>'
{ "used_count": 1, "total_count": 30, "used_tokens": 0, "total_tokens": 0 }