Storage
Upload a file
POST /storage
POST /storage
Upload a file to storage. The body is sent as multipart/form-data.
Responses
200 — Successful operation
Response Example
{
"success": true,
"url": "string",
"path": "string"
}400 — Missing file
403 — Unauthorized