curl --location --request POST 'http://localhost:3000/api/v1/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Willard Lueilwitz",
"email": "taryn82@hotmail.com",
"password": "DLCO2lz$Pj@RSpg"
}'{
"status": "success",
"message": "User created successfully.",
"data": {
"id": "cc9ed1b3-0051-4dc6-907a-67080bd8ddd1",
"name": "Bob Klocko",
"email": "makayla.paucek99@gmail.com",
"email_verified": false,
"email_verified_at": "2026-03-02T03:10:05+00:00",
"created_at": "2026-03-02T03:10:05+00:00",
"updated_at": "2026-03-02T03:10:05+00:00"
}
}