curl --location --request GET 'http://127.0.0.1:3000/api/curator/artisans?search=John Doe&orderBy=id&orderDir=asc&filter=lagos&filterBy=location&filters=%5B%7B%22country%22:%22Nigeria%22%7D%5D' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"name": "string",
"email": "string",
"phone": "string",
"avatar": null,
"type": "string",
"description": "string",
"price": 0,
"priceRange": [
0
],
"images": [
"string"
],
"curatorId": "string",
"categoryId": "string",
"subcategoryId": null,
"locationId": "string",
"isActive": true,
"isVerified": true,
"createdAt": "string",
"updatedAt": "string",
"archivedAt": null
}
],
"meta": {
"pagination": {
"perPage": 0,
"total": 0,
"from": 0,
"to": 0
}
},
"status": "string",
"message": "string",
"code": 0
}