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