{
"list_reason": [
{
"id": 0,
"reason": "reason_1",
"time_to_complete_mins": 10,
"sts": "A"
}
]
}curl --location --request POST '/masters/reason_master/save_reason' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"list_reason": [
{
"id": 0,
"reason": "reason_1",
"time_to_complete_mins": 10,
"sts": "A"
}
]
}'{}