curl --request POST \
--url https://api.theauthapi.com/access-keys \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"rateLimit": 123,
"rateLimitTtl": 123,
"accountId": "<string>",
"projectId": "<string>"
}
'curl --request POST \
--url https://api.theauthapi.com/access-keys \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"rateLimit": 123,
"rateLimitTtl": 123,
"accountId": "<string>",
"projectId": "<string>"
}
'