Authorization: Bearer ********************curl --location 'https://api.gofive.co.th/v2/cases/stages' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Authorization: Bearer <token>'{
"status": {
"code": "1000",
"description": "Success"
},
"data": [
{
"stageId": 1,
"stageName": "เปิดเคส",
"description": "เคสที่เพิ่งเปิด",
"enabled": true
},
{
"stageId": 2,
"stageName": "กำลังดำเนินการ",
"description": null,
"enabled": true
},
{
"stageId": 9,
"stageName": "ปิดเคส (เลิกใช้)",
"description": null,
"enabled": false
}
]
}