curl --request PUT \
--url https://backend.nebuly.com/api/external/platform-users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"users": [
{
"end_user": "<string>",
"tags": {
"tag1": "<string>",
"tag2": "<string>"
},
"active_from": "<string>",
"active_to": "<string>"
}
]
}'