curl --request POST \
--url https://api.example.com/api/v1/api-key \
--header 'Content-Type: application/json' \
--header 'x-calry-api-key: <api-key>' \
--data '{}'Create a new API key for the workspace. Requires ADMIN permission.
curl --request POST \
--url https://api.example.com/api/v1/api-key \
--header 'Content-Type: application/json' \
--header 'x-calry-api-key: <api-key>' \
--data '{}'The body is of type object.
API key created successfully