ESI promo content

Hello squiz community,

Is the a way to combine these 2 into 1?
Instead of the following

<!-- ESI Start - Promo Content -->
<esi:include src="./?a=1234?SQ_ASSET_CONTENTS_RAW&esi_section=%frontend_asset_linking_lineage^index:1^as_asset:asset_web_path%"/>

<esi:include src="./?a=1234?SQ_ASSET_CONTENTS_RAW&esi_section=%frontend_asset_linking_lineage^index:2^as_asset:asset_web_path%"/>
<!-- ESI End - Promo Content -->

Joining them using ‘&’

<esi:include src="./?a=1234?SQ_ASSET_CONTENTS_RAW&esi_section1=%frontend_asset_linking_lineage^index:1^as_asset:asset_web_path%&esi_section2=%frontend_asset_linking_lineage^index:2^as_asset:asset_web_path%"/>

Thank in advance…
NickyP