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