curl --location --request GET '/porting_orders//comments'
{
"data": [
{
"body": "Great experience so far",
"created_at": "2021-03-19T10:07:15.527Z",
"id": "f1486bae-f067-460c-ad43-73a92848f902",
"porting_order_id": "f1486bae-f067-460c-ad43-73a92848f902",
"record_type": "porting_comment",
"user_email": "user@example.com",
"user_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"user_type": "admin"
}
],
"meta": {
"page_number": 2,
"page_size": 25,
"total_pages": 3,
"total_results": 55
}
}
Authorization: Bearer ********************