curl --location --request POST 'http://127.0.0.1:3000/api/auth/login' \
--form 'email="Alena46@gmail.com"' \
--form 'password="Password123#"'{
"data": {
"id": "string",
"email": "string",
"walletAddress": null,
"firstName": "string",
"lastName": "string",
"role": "string",
"avatar": null,
"bio": null,
"phone": null,
"verified": true,
"createdAt": "string",
"updatedAt": "string",
"locationId": null
},
"status": "string",
"message": "string",
"code": 0,
"token": "string"
}