Authorization: Bearer ********************
{
"batchId": 0,
"reason": "string",
"userMetadataIds": [
0
]
}
curl --location --request POST '/admin/usermatadata/refuseApplyList' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchId": 0,
"reason": "string",
"userMetadataIds": [
0
]
}'
{
"property1": {},
"property2": {}
}