curl --location '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": {
"user": {
"id": "b899f5c7bf633758f754b00b5c5e017ee1c8d313",
"name": "Marty Mitchell",
"email": "davonte56@hotmail.com",
"account_status": "suspend",
"email_verified": true,
"email_verified_at": "2026-05-18T08:06:42.478Z",
"created_at": "2026-05-18T08:06:42.481Z",
"updated_at": "2026-05-18T08:06:42.481Z"
}
}
}