POST with image #1091
Unanswered
famousuniverse
asked this question in
Q&A
POST with image
#1091
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do you send a POST with an image and some text. Sending a POST is straight forward:
POST {{host}}/nameOfEndpoint
Content-Type: application/json
{
"id": 3,
"key": "blue",
"image": ""
}
But How do I test an image, can someone please point to a tutorial of a definitively working version. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions