curl --location -g --request POST 'pm/contract/update-relation-order?debug={{DEBUG}}' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--form 'relation="history"' \
--form 'orderId="202207190017"' \
--form 'relationJson=""' \
--form 'debug="{{DEBUG}}"'
{}