Test Rediafile Cloud API v2 endpoints live. Responses are simulated — no real credentials required.
Move a folder into another folder.
curl -X POST 'https://rediafile.com/cloud/api/v2/folder/move' \ \ -d 'access_token=demo_token_abc123' \ -d 'folder_id=55' \ -d 'destination_id=12' \ -H 'Accept: application/json'