curl --location --request POST 'https://api-inventory.simprasuite.com/integration/api/order/approved/header/setintegrationstatus' \
--header 'Content-Type: application\json' \
--data-raw '{
"orderId": "string",
"integrationStatusId": "string"
}'