curl --location 'https://api.gauas.com/v1/account/verification/generate' \
--header 'X-Device-ID: test' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type" : "email",
"target" : "tnqb.bot@gmail.com"
}'{"status":401,"error":"authorization token is required"}