Authorization: Bearer ********************curl --location --globoff 'https://mock.apidog.com/m1/463678-0-default/customers//comments?page=undefined&pagination=undefined&exists[deletedAt]=undefined&fields[]=fields[]%3Did' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"deletedAt": "2019-08-24T14:15:22.123Z",
"text": "string"
}
],
"pagination": {
"first": 1,
"current": 1,
"last": 1,
"previous": 1,
"next": 1,
"total": 0
}
}