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