curl --location --request POST 'https://api.littlecaesars.com.tr/api/web/Member/DefaultLogin' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"Username": "robuser@clockwork.com.tr",
"Password": "7656BAF3F15A6504BBF3CEE829092DFA"
}'
{}