{
"email": "user3@example.com",
"password": "securePassword123"
}curl --location --request POST 'https://df-api.shallow.ink/auth/sign-up' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user3@example.com",
"password": "securePassword123"
}'{
"token": "VNayVWo1FfNoJWTv70h49ABxn7uhlBuO",
"user": {
"id": "687d9933fae2ca14c975c1c4",
"email": "qxmldnyo@gmail.com",
"emailVerified": false,
"createdAt": "2025-07-21T01:34:43.898Z",
"updatedAt": "2025-07-21T01:34:43.898Z"
}
}