Create endpoint to generate a presigned post
The main function of this service is to accept PDFs and convert them into markdown files. The actual upload of the pdf should be done via presigned post to an S3 bucket. This means we want POST /presignedPostRequest
that a client can use to request a presigned post.