Closed ismaelivan closed 3 years ago
Hello, good day!,
Thanks by share your api
i try test your api with postman, but i recived this error
How pass the params?
With the get methods i havent problem
Thanks in advance
the request body is wrong. you are sending [{"message":"test"}] which is an array
[{"message":"test"}]
the body accepts only a single object with a message key try sending {"message":"test"}
{"message":"test"}
Hello, good day!,
Thanks by share your api
i try test your api with postman, but i recived this error
How pass the params?
With the get methods i havent problem
Thanks in advance