curl --location -g --request POST 'http:///V1/returns//comments' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"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
}
}'
true