curl --location --request POST 'https://api.flashcat.cloud/oncall/license/reset?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"person_id": 0,
"type": "fixed"
}'
{
"error": {
"code": "string",
"message": "string"
}
}