Authorization: Bearer ********************
curl --location -g --request GET 'https://mock.apidog.com/m1/463678-0-default/warehouses?page&pagination&exists[deletedAt]&fields[]=fields[]=id'
{
"data": [
{
"id": 1,
"createdAt": "2024-03-01T05:12:27.618Z",
"updatedAt": "2024-02-29T23:26:57.991Z",
"deletedAt": null,
"createdBy": {
"id": 1
},
"updatedBy": {
"id": 1
},
"title": "Иу",
"city": {
"id": 1,
"createdAt": "2024-02-29T07:14:47.765Z",
"updatedAt": "2024-02-29T21:42:22.140Z",
"deletedAt": null,
"createdBy": {
"id": 1
},
"updatedBy": {
"id": 1
},
"title": "Иу",
"country": {
"id": 1,
"createdAt": "2024-02-29T17:34:28.427Z",
"updatedAt": "2024-02-29T08:25:53.273Z",
"deletedAt": null,
"createdBy": {
"id": 1
},
"updatedBy": {
"id": 1
},
"title": "Китай"
}
}
}
],
"pagination": {
"first": 1,
"current": 1,
"last": 1,
"previous": 1,
"next": 1,
"total": 1
}
}