curl --location '/iam/api/tags//users' \
--header 'Authorization;' \
--data-urlencode 'usernames=' \
--data-urlencode 'name='{
"result": true,
"error": "string",
"error_description": "string",
"data": {
"success": [
"string"
],
"failed": [
"string"
]
}
}