curl --request POST \
--url http://localhost:3091/v1/api/files/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"file": "<string>"
}
'{}Uploads an image or PDF file (max 10 MB) to S3/MinIO storage
curl --request POST \
--url http://localhost:3091/v1/api/files/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"file": "<string>"
}
'{}