Authorization: Bearer ********************curl --location --request PUT '/salesorders//comments/460000000048023' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "This is a comment.",
"expected_delivery_date": "string"
}'{
"code": 0,
"message": "Comment has been updated."
}