Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- curl --location --request POST 'http://localhost:8090/registration/new' \
- --data-raw '{
- "login": "senyon",
- "password": "senyon_password",
- "firstName": "Семен",
- "lastName": "Семеноа",
- "email": "[email protected]",
- "phoneNumber": "124436645768"
- }'
Add Comment
Please, Sign In to add comment