cURL
curl --request POST \ --url http://localhost:8000/api/auth/register \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>", "name": "<string>" } '
8
User and token