{
"requestData": {
"myId": "1",
"apprResult": "1",
"apprComment": "test"
}
}curl --location '/CyyyApplicationAwaitingReview/Appr' \
--header 'Content-Type: application/json' \
--data '{
"requestData": {
"myId": "1",
"apprResult": "1",
"apprComment": "test"
}
}'{}