curl --request POST \
--url https://api.waterfall.host/v1/game/users/{serverId}/users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"permissions": [
"<string>"
]
}
'curl --request POST \
--url https://api.waterfall.host/v1/game/users/{serverId}/users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"permissions": [
"<string>"
]
}
'