curl --location --request POST 'https://api.gauas.com/api/v2/account/basic/register' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"Password": "",
"Fullname": "",
"Email": "",
}'{}