Authorization: Bearer ********************curl --location --request POST 'https://api-dev.synswi.com/identity/api-key' \
--header 'Authorization: Bearer <token>'{
"apiKey": {
"createdAt": "string",
"token": "string",
"userId": "string",
"type": "string",
"lastUsed": "string"
},
"message": "string"
}