curl --location -g --request GET 'http:///V1/shipment//comments'
{
"items": [
{
"comment": "string",
"created_at": "string",
"entity_id": 0,
"extension_attributes": {},
"is_customer_notified": 0,
"is_visible_on_front": 0,
"parent_id": 0
}
],
"search_criteria": {
"current_page": 0,
"filter_groups": [
{
"filters": [
{
"condition_type": "string",
"field": "string",
"value": "string"
}
]
}
],
"page_size": 0,
"sort_orders": [
{
"direction": "string",
"field": "string"
}
]
},
"total_count": 0
}