curl --request POST \
--url https://api.theauthapi.com/api-keys \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"projectId": "<string>",
"key": "<string>",
"customMetaData": {},
"customAccountId": "<string>",
"rateLimitConfigs": {},
"customUserId": "<string>",
"expiry": "2023-11-07T05:31:56Z",
"clientIP": "<string>",
"clientUserAgent": "<string>"
}'
curl --request POST \
--url https://api.theauthapi.com/api-keys \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"projectId": "<string>",
"key": "<string>",
"customMetaData": {},
"customAccountId": "<string>",
"rateLimitConfigs": {},
"customUserId": "<string>",
"expiry": "2023-11-07T05:31:56Z",
"clientIP": "<string>",
"clientUserAgent": "<string>"
}'