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