Probably because you didn't include the content type header?
yep that would fix it. just needs a little docs change.
a "quick start" really should just work when you copy paste them.
why does an API that only accepts json need me to specify in a header that it’s json.
just assume it’s json. you’re gonna parse and validate it anyway.
Can it be some other content type?
yep that would fix it. just needs a little docs change.
a "quick start" really should just work when you copy paste them.