Authorization: Bearer ********************curl --location --request POST '/salesorders//status/void' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "string"
}'{
"code": 0,
"message": "Sales order status has been changed to Void."
}