curl --request GET \
--url https://api.example.com/v1/me/rate_limit \
--header 'Authorization: Bearer <token>'{
"rate_limit": 123,
"tpm_rate_limit": 123
}curl --request GET \
--url https://api.example.com/v1/me/rate_limit \
--header 'Authorization: Bearer <token>'{
"rate_limit": 123,
"tpm_rate_limit": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.