what should be the content type in header while sending file in http post code example
Example: content-type header api
Content-Type header is used in POST , PUT , PATCH to
specify the type of body you are sending
to the serve and it's required.
Content-Type header is used in POST , PUT , PATCH to
specify the type of body you are sending
to the serve and it's required.