curl --request POST \
--url https://api.waterfall.host/v1/game/splitter/{serverId}/split \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"memory": 123,
"disk": 123,
"cpu": 123
}
'curl --request POST \
--url https://api.waterfall.host/v1/game/splitter/{serverId}/split \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"memory": 123,
"disk": 123,
"cpu": 123
}
'