curl --location --request GET '/api/v1/inboxes'
page_token
to retrieve the next page.{
"inboxes": [
{
"name": "string",
"sender": "string",
"receiver": "string",
"status": "STATUS_UNSPECIFIED",
"createTime": "2019-08-24T14:15:22Z",
"type": "TYPE_UNSPECIFIED",
"activityId": 0
}
],
"nextPageToken": "string"
}