Authorization: ********************curl --location --request PUT 'https://test.your-api-server.com/v2/auth/api-keys/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"scopes": [
"string"
],
"rateLimit": 1,
"enabled": true
}'