curl --location --request GET 'http://127.0.0.1:3000/api/curator/artisans/1' \
--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"
},
"status": "string",
"message": "string",
"code": 0
}