curl --request POST \
--url https://gateway.7exchange.io/wallet/1.0.0/{walletId}/order/{orderId}/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--header 'token: <token>' \
--data '{
"orderId_from_wallet": "<string>",
"status": "<string>",
"updatedBy": "<string>",
"amount": 123,
"orderConfirmType": "<string>"
}'