cURL
curl --request POST \ --url https://api.chicklet.io/v1/auth/register \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>" } '
{ "id": 123, "email": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Create a new user account with email and password
Created