Base URL: https://cdn.dappaofficial-restapi.my.id (production)
POST /api/upload (multipart/form-data, field: file)
curl -X POST https://cdn.dappaofficial-restapi.my.id/api/upload -F "file=@/path/to/file.jpg"
Respon sukses:
{"status":true,"creator":"Dappa Official","filename":"uuid.jpg","originalname":"file.jpg","size":123456,"mimetype":"image/jpeg","url":"https://cdn.dappaofficial-restapi.my.id/file/uuid.jpg"}GET /api/info/:filename
https://cdn.dappaofficial-restapi.my.id/api/info/uuid.jpg
GET /file/:filename
https://cdn.dappaofficial-restapi.my.id/file/uuid.jpg
GET /api/stats