{ "name": "Francisco Pedro", "email": "franciscojoaopedro1998@gmail.com", "country": "Angola", "gender": "male", "age": 25, "password": "#1234567", "phone": "+24493748901" }
curl --location --request POST 'http://localhost:5000/api/user/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "Francisco Pedro", "email": "franciscojoaopedro1998@gmail.com", "country": "Angola", "gender": "male", "age": 25, "password": "#1234567", "phone": "+24493748901" }'
{"success":true,"message":"user created","data":{"id":"f7b2fedd-74fd-441a-9f50-00e1835e17dc","name":"Karla Baumbach","email":"Werner92@yahoo.com","age":25,"country":"Saint Pierre and Miquelon","phone":"203.438.1389 x50113","gender":"female"}}