curl --request POST \
--url https://api.waterfall.host/v1/game/subdomains/{serverId}/subdomains \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"subdomain": "<string>",
"allocationId": 123
}
'curl --request POST \
--url https://api.waterfall.host/v1/game/subdomains/{serverId}/subdomains \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"subdomain": "<string>",
"allocationId": 123
}
'