curl --location --request POST '/api/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneOrEmail": "string",
"password": "stringst",
"remember_me": true
}'{
"success": true,
"data": {
"access_token": "string",
"refresh_token": "string",
"expires_in": 0,
"session_id": 0,
"user": null
},
"message": "string",
"statusCode": 0,
"timestamp": "string"
}