curl --request PUT \
--url https://tabs.service.getjusto.com/api/integration/custom/{salesChannelConfigId}/complete-order \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"integrationOrderId": "<string>"
}'