curl --request POST \
--url https://api.avenia.io:8443/v2/v2/auth/api-keys \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"otp": "<string>",
"name": "<string>",
"publicKey": "<string>",
"whitelistedIPs": [
"<string>"
]
}
'