curl --request POST \
--url https://api.waterfall.host/v1/game/custom-domains/{serverId}/{domainId}/domain-connect/complete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"state": "<string>",
"status": "success",
"error": "<string>"
}
'