curl --location --request POST 'https://api.littlecaesars.com.tr/api/web/Member/Login' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "Username":"devran@gmail.com", "Password":"1q2w3e4rs" }'
{}