{
"id": "string",
"type": "string",
"isPrintForm": true,
"isMobile": true,
"version": "string"
}
curl --location --request POST '/ab-bpm/bpm/instance/getInstDataNew' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"type": "string",
"isPrintForm": true,
"isMobile": true,
"version": "string"
}'
{}