curl --location 'https://mock.apidog.com/m1/1212435-0-default/api/Auth/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "Walton.Crist@hotmail.com",
"password": "zCMfhxqwYhiIo6t"
}'{
"isSuccess": true,
"data": {
"userId": "8ab8b8bc-3d4f-44dc-88c8-29e7c360f97a",
"name": "Dr. Drew Franey-Metz",
"isAuthenticated": true,
"token": "48d2:00c7:280e:ddef:d890:4c2a:1c51:afcd",
"refreshToken": "edb7:948d:4953:0489:b244:fc7d:7ec6:d1ba",
"roles": [
"User."
],
"profilePicture": "https://loremflickr.com/803/496?lock=3319384163874712"
},
"message": "User login successfully",
"statusCode": 200,
"errors": []
}