{
"formDataCode": "string",
"formCode": "string",
"formType": "string",
"operation": "string",
"formData": {
"key": {}
},
"formTypeEnum": "INTERNATIONAL_REIMBURSEMENT_FORM",
"entCode": "string"
}curl --location --request POST '/open/ultimate/fetch/' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"formDataCode": "string",
"formCode": "string",
"formType": "string",
"operation": "string",
"formData": {
"key": {}
},
"formTypeEnum": "INTERNATIONAL_REIMBURSEMENT_FORM",
"entCode": "string"
}'{
"success": false,
"errorMsg": "",
"data": {}
}