{
"schedule_id": "string",
"reply_id": "string",
"content": "string",
"start": "string",
"end": "string"
}curl --location --request POST '/schedule/reply/save' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"schedule_id": "string",
"reply_id": "string",
"content": "string",
"start": "string",
"end": "string"
}'{}