{
"email": "demo@example.com",
"password": "your-password-8chars",
"name": "Demo"
}curl --location --request POST '/api/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "demo@example.com",
"password": "your-password-8chars",
"name": "Demo"
}'