Authorization: Bearer ********************
curl --location -g --request GET 'https://mock.apidog.com/m1/463678-0-default/customers//timeline?exists[deletedAt]'
{
"data": [
{
"type": "comment",
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"text": "string"
}
]
}