curl --location '/settings/provinces?includeCount=true' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"createdOnDateTime": "string",
"lastUpdatedOnDateTime": "string",
"province": "string"
}
],
"meta": {
"totalRecords": 0,
"serverTime": "string"
},
"pagination": {
"hasMore": true,
"nextCursor": 0,
"prevCursor": 0
}
}