curl --location --request POST 'https://api.littlecaesars.com.tr/api/web/Purchase/CreditCard' \
--header 'Authorization: ' \
--header 'Platform: android' \
--header 'Content-Type: text/plain' \
--data-raw '{
"OrderId": "200059949181",
"GroupId": "1",
"Number": "4508034508034509",
"Expires": "12/18",
"Cvv2Val": "000",
"Total": "1"
}'
{}