Hello! I’m an API beginner, and Postman for Chrome is fairly easy for me to navigate; I’ve been able to make GET/POST calls for textual data e.g. status updates, but never any POST calls for uploading media e.g. profile images.
Every time I try to attempt “POST account/update_profile_image”, I get the “Could not authenticate you” error, as seen in the screenshot below:
Again, my authentication has worked with non-media calls, so I don’t think that’s the issue, but I’ll post that screenshot (with my tokens blurred out) just in case:
Is there something I need to add to the “image” parameter?
Or, in the Body section, am I doing the wrong thing by using “form-data” and “media” as a key?
Thank you in advance for any help!