{
"resourceId": "string",
"resourceType": "string",
"projectId": "string",
"data": {}
}
curl --location --request POST '/ab-bpm/lcProject/resource/saveResourceData' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"resourceId": "string",
"resourceType": "string",
"projectId": "string",
"data": {}
}'
{}