{
"requestData": {
"myId": "1",
"isStop": "1",
"stopUseReason": "111"
}
}
curl --location --request POST '/CyyySteamPlan/Stop' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestData": {
"myId": "1",
"isStop": "1",
"stopUseReason": "111"
}
}'
{}