curl --location -g --request GET 'http:///V1/returns//comments'
{
"items": [
{
"admin": true,
"comment": "string",
"created_at": "string",
"custom_attributes": [
{
"attribute_code": "string",
"value": "string"
}
],
"customer_notified": true,
"entity_id": 0,
"extension_attributes": {},
"rma_entity_id": 0,
"status": "string",
"visible_on_front": true
}
],
"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
}