Authorization: ********************curl --location 'https://api.gofive.co.th/empeo/api/v1/masters//list' \
--header 'Ocp-Apim-Subscription-Key: 20ed4158ed784b1da077647b263ccf6e' \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"message": "OK",
"totals": 3,
"data": [
{
"id": 299035,
"name": "อุปกรณ์ไอที",
"nameEN": "IT equipments"
},
{
"id": 300181,
"name": "อุปกรณ์สำนักงาน",
"nameEN": "Office equipments"
},
{
"id": 305060,
"name": "อุปกรณ์โสตทัศนูปกรณ์",
"nameEN": "Audiovisual equipment"
}
]
}