curl --location --request PUT 'https://api.littlecaesars.com.tr/api/web/Order/ChangeAddress' \
--header 'Authorization: ' \
--header 'MemberDeliveryMethod: 2' \
--header 'Content-Type: text/plain' \
--data-raw '{
"AddressId": "200113527607",
"Id": "200144435677"
}'
{}