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