curl --location --request POST 'http://api.gelsinpizza.com/api/web/Member/Login' \ --header 'Authorization: {{UAT_TOKEN}}' \ --header 'Content-Type: text/plain' \ --data-raw '{ "Username":"devran@gmail.com", "Password":"1234" }'
{}