{
"content": "string"
}
curl --location --request PATCH 'https://api.v2.rainyun.com/workorder//reply_order/' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string"
}'
{}