curl --location 'https://api.gauas.com/v1/account/register?X-Device-ID=none' \
--header 'X-Device-ID: test' \
--header 'Content-Type: application/json' \
--data '{
"email" : "tnqbao45gmail.com",
"password" : "123456",
"full_name" : "Bao"
}'{}