curl -X 'POST' \ 'http://localhost:8080/auth/register' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "name": "string", "email": "string", "password": "string", "phone": "string" }'
Register for user