Write HTTP request to update the story id to the backend
Once the ocr generated output is pushed to minio bucket, perform HTTP POST to create a new story in backend
POST /api/storyview/
Params:
pdf_location* string
title: Pdf location
maxLength: 1024
minLength: 1
published_year integer
title: Published year
maximum: 2147483647
minimum: -2147483648
x-nullable: true
published_month integer
title: Published month
maximum: 2147483647
minimum: -2147483648
x-nullable: true