curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/api-keys \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"scopes": [
"<string>"
],
"expires_at": "<string>"
}
'{
"created_at": "<string>",
"expires_at": "<string>",
"id": "<string>",
"key": "<string>",
"name": "<string>",
"scopes": [
"<string>"
]
}Create a new API key for the organization
curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/api-keys \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"scopes": [
"<string>"
],
"expires_at": "<string>"
}
'{
"created_at": "<string>",
"expires_at": "<string>",
"id": "<string>",
"key": "<string>",
"name": "<string>",
"scopes": [
"<string>"
]
}