{
"billId": "string",
"operation": "string"
}
curl --location --request POST '/mxoc_process/mxoc_workbillentry_openstop?access_token=164143406909fbdcacae2bbacaeb0bcb&access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"billId": "string",
"operation": "string"
}'
{
"success": "string"
}