Microservice for proving S3 storage of attachments
npm run dev
This will return a response with a token to identify the attachment
curl -X POST http://localhost:8092 -F "file=@/image/location.jpg"
Result:
{
"token":"acbdef123"
}
Using the token returned by the upload
http://localhost:8092/acbdef123