Authorization: ********************curl --location '/api/v1/core/deliveries/customer?q=undefined&status=undefined&dateFrom=undefined&dateTo=undefined&cursor=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'{
"data": {
"items": [
{}
],
"meta": {
"hasMore": true,
"nextCursor": "string"
}
},
"success": true
}