{
"purchaseGroupCode": "string",
"userCodeList": [
"string"
]
}
curl --location --request POST 'http://localhost:8505/icvs-bmp-base/purchaseGroup/saveUser' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"purchaseGroupCode": "string",
"userCodeList": [
"string"
]
}'
{
"returncode": "",
"data": null,
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}