curl --request POST \
--url https://api.waterfall.host/v1/game/versions/{serverId}/versions/install \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"version": "<string>",
"build": "<string>"
}
'curl --request POST \
--url https://api.waterfall.host/v1/game/versions/{serverId}/versions/install \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"version": "<string>",
"build": "<string>"
}
'