1

I've made a HTTP request by using Postman. Method:POST. Body (json) :

{
"value1" : ["1-JH"], 
"value2": ["Test"],
"value3": true
}

But there is an error. Do you know how to fix it?

 "message": "Missing header 'UUID'"
inspiredd
  • 195
  • 2
  • 11

1 Answers1

2

Difficult to guess the exact thing, without knowing more details about your API.

But you can set headers in Postman via the "Headers" tab:

enter image description here

Christian Baumann
  • 3,188
  • 3
  • 20
  • 37