curl --location --request POST 'http://prod-cn.your-api-server.com/preference/info'{
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    },
    "data": {
        "person_id": 0,
        "trigger_notify": {
            "critical": [
                "email"
            ],
            "warning": [
                "email"
            ],
            "info": [
                "email"
            ]
        },
        "shedule_shift_notify": {
            "personal_channels": [
                "string"
            ]
        }
    }
}