Post request to upload image

Iโ€™m having an issue with creating a post request that should upload a picture to a profile, in my collection I have a
Post request with login info
get request to the profile edit url
Post request with the api endpoint that appears when uploading images, to which Iโ€™ve attached an image in body as form-data, authorization and token are inherited, however Iโ€™m stuck at 415 error - content type image/png not supported, I cannot get a way around it - png is supported on the website.

also, there is the weird required request parterror, 400, when my image is with key value - file, the error is that publicimage is not present, if i have my image as publicimage, the error says that file is not presentโ€ฆ