curl --location --request POST 'https://api.flashcat.cloud/preference/info?app_key=<api-key>' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjdjMGM4YmQyLTExOTYtNDlmYS04YzY0LWE0NDE2ODQ4NTUzYSIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc0OTg4ODQ4MCwidXNlcl9pZGVudGl0eSI6IjEtcm9vdCJ9._S1Isb29viOhHyVrjbwIUjPZnNQXewmb4zftVeqbFpA' \
--header 'Content-Type: application/json'{
"error": {
"code": "string",
"message": "string"
},
"data": {
"person_id": 0,
"trigger_notify": {
"critical": [
"email"
],
"warning": [
"email"
],
"info": [
"email"
]
},
"shedule_shift_notify": {
"personal_channels": [
"string"
]
},
"status_page_notify": {
"im_integrations": [
"string"
]
}
}
}