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