curl --location 'https://api.gauas.com/v1/account/login' \
--header 'X-Device-ID: test' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email" : "tnqbao4@gmail.com",
"password" : "123456"
}'{}