curl --location --request POST '/storage/upload' \
--form 'file=@""' \
--form 'folder="uploads"'{
"isSuccess": true,
"statusCode": 201,
"data": {
"key": "uploads/3e8b2ad1-724a-4f69-a6f8-f31c4a53ef9d.png",
"url": "https://cdn.example.com/uploads/3e8b2ad1-724a-4f69-a6f8-f31c4a53ef9d.png"
},
"errors": [
"Error messages..."
],
"timestamp": "2026-02-14T09:58:22.121Z"
}