curl --request OPTIONS \
--url https://api.dev.kathan.tech/api-keys/api-keys/{key_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Handle CORS preflight requests for /api-keys/.
curl --request OPTIONS \
--url https://api.dev.kathan.tech/api-keys/api-keys/{key_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}