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