{
"requestData": {
"myId": "1",
"state": "20",
"apprReason": ""
}
}
curl --location --request POST '/CyyySteamPlan/Appr' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestData": {
"myId": "1",
"state": "20",
"apprReason": ""
}
}'
{}