curl --location 'https://api.flashcat.cloud/person/app-key/disable' \
--header 'Flashcat-Mfa-Code;' \
--header 'Flashcat-Mfa-Device;' \
--header 'Flashcat-Context: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"key_id": 0,
"person_id": 0
}'{
"error": {
"code": "string",
"message": "string"
}
}