curl --location '/admin/comments?page=undefined&limit=undefined&status=undefined'{
"data": [
{
"author_name": "string",
"avatar_url": "string",
"body": "string",
"created_at": "string",
"depth": 0,
"id": "string",
"parent_id": "string",
"pictures": [
{
"height": 0,
"size": 0,
"url": "string",
"width": 0
}
],
"post_id": "string",
"post_slug": "string",
"post_title": "string",
"status": "pending"
}
],
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}