{
"email": "user3@example.com",
"password": "securePassword123"
}
curl --location --request POST '/auth/sign-in' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user3@example.com",
"password": "securePassword123"
}'
{
"redirect": false,
"token": "k36Ehh3U6WVkdOiGVQccNFHCsuV5q5Sa",
"user": {
"id": "6874cd85111378f91ad2ccb1",
"email": "dnyo666@foxmail.com",
"name": "浅巷墨黎",
"emailVerified": true,
"createdAt": "2025-07-14T09:27:33.455Z",
"updatedAt": "2025-07-14T09:27:33.455Z"
}
}