Shell
curl -X POST "https://rynekoo-api.hf.space/downloader/mediafire" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.mediafire.com/..."}'
cURL command to test the endpoint (supports both GET and POST).