Authorization: Bearer ********************
curl --location -g --request GET 'https://mock.apidog.com/m1/463678-0-default/countries?page&pagination&exists[deletedAt]&fields[]=fields[]=id'
{
"data": [
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string"
}
],
"pagination": {
"first": 1,
"current": 1,
"last": 1,
"previous": 1,
"next": 1,
"total": 0
}
}