curl --request POST \
--url https://api.getovra.com/keys/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ownerId": "<string>",
"label": "<string>"
}
'{
"id": "<string>",
"key": "<string>",
"ownerId": "<string>",
"label": "<string>",
"hint": "<string>"
}curl --request POST \
--url https://api.getovra.com/keys/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ownerId": "<string>",
"label": "<string>"
}
'{
"id": "<string>",
"key": "<string>",
"ownerId": "<string>",
"label": "<string>",
"hint": "<string>"
}