{
"reply_id": 0,
"reply_requirement_id": 0,
"reply_transaction_date": "",
"reply_chat_text": "",
"reply_document_name": "",
"reply_document_type": "",
"reply_reply_user_id": 0,
"reply_chat_row_id": 0,
"reply_replierid": 0
}curl --location --request POST '/vds_app/vmenu_updation_requirements/save_reply_message' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"reply_id": 0,
"reply_requirement_id": 0,
"reply_transaction_date": "",
"reply_chat_text": "",
"reply_document_name": "",
"reply_document_type": "",
"reply_reply_user_id": 0,
"reply_chat_row_id": 0,
"reply_replierid": 0
}'{}