Authorization: Bearer ********************curl --location --request POST 'https://api.gatewayz.ai/user/rate-limits/bulk-update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": "string",
"property2": "string"
}'null