curl --request PUT \
--url https://api.waterfall.host/v1/game/files/{serverId}/contents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"file": "<string>",
"content": "<string>"
}
'curl --request PUT \
--url https://api.waterfall.host/v1/game/files/{serverId}/contents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"file": "<string>",
"content": "<string>"
}
'