curl --location --request POST 'http://api.gelsinpizza.com/api/web/Member/Register' \
--header 'Authorization: {{UAT_TOKEN}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"NameSurname":"LC Dummy",
"Email":"lc@dummy.com",
"Password":"rDBsFvE8PC",
"Phone":"5547399027",
"Gender":"",
"Birthdate":"",
"FacebookId":"",
"CampaignInform":false,
"SmsInform":false
}'
{}