{
"purchasegroupcode": "string",
"usercode": "string"
}
curl --location --request POST 'http://localhost:8505/icvs-bmp-base/purchaseGroup/getUserUiMap' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"purchasegroupcode": "string",
"usercode": "string"
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}