'How to add additional query parameters in cms page content api call

we want to append the cms page content api used out of box by spartacus for cart page

current: cms/pages?pageType=ContentPage&pageLabelOrId=/cart

required to add some additional query parameter

required: cms/pages?pageType=ContentPage&pageLabelOrId=/cart&staticstorecode=42

what code changes are required to achieve the above scenario?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source