{
"userIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
curl --location --request POST '/blackHole3D/basic/baseRemote/getUsersNames' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'
{
"namesMap": {
"property1": "string",
"property2": "string"
}
}