I'm facing an issue while reading the url in the request body sent by the front-end.
from front end:
{ "documentTypeId": 3, "imageUrl": "https://pbs.twimg.com/profile_images/1455185376876826625/s1AjSxph_400x400.jpg" }
but in the console log of expressjs backend
{ documentTypeId: 3, imageUrl: 'https://pbs.twimg.com/profile_images/1455185376876826625/s1AjSxph_400x400.jpg' }