{
"user_id": 0,
"event_type": 0
}
curl --location --request POST '/set_input_status' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"event_type": 0
}'
{
"status": "ok",
"retcode": 0,
"data": {
"result": 0,
"errMsg": "string"
},
"message": "string",
"wording": "string",
"echo": "string"
}