API → MetaUploads files to public blob storage for debugging purposeshidden
hidden
post
/debug/uploads$ curl -X POST "https://api.zoo.dev/debug/uploads" \
--header "Authorization: Bearer $TOKEN" \
--form 'body={};type=application/json' \
--form "file1=@path/to/file"
201 Created
Response{}