Authorization: ********************{
"body": {
"clearanceType": "",
"orgDesc": "",
"workNumber": ""
},
"pageSize": 10,
"startIndex": 1
}curl --location --request POST '/clearance/rescue/getClearanceRescuePage' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"clearanceType": "",
"orgDesc": "",
"workNumber": ""
},
"pageSize": 10,
"startIndex": 1
}'{}