79166438

Date: 2024-11-07 12:36:36
Score: 1
Natty:
Report link

Are you using the Body parameter in Postman with raw selected and JSON as the type?

If not, try using the following curl command into your terminal:

curl --location 'http://localhost:8084/api/user/user' \
--header 'Content-Type: application/json' \
--data '{
    "name": "Santiago",
    "email": "yes",
    "number": "4",
    "password": "rftgybn",
    "date_of_birth": "2024-11-06T12:30:00Z",
    "location": "Medellin"
}'
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Youssef