curl --location --request POST 'https://api.flashcat.cloud/incident/field/reset?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "incident_id": "string",
    "field_name": "string",
    "field_value": "string"
}'{
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    }
}