Authorization: Bearer ********************
curl --location --request GET 'https://service-dash.dlabssaas.io/rest/admin/secured/industry/master-industry/find/option?search=%5Bsomesearch%5D' \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"data": [
{
"industryId": 112,
"industryName": "123",
"industryDesc": "Human Resource"
},
{
"industryId": 111,
"industryName": "HC",
"industryDesc": "Human Resource"
},
{
"industryId": 2,
"industryName": "Health Insurance",
"industryDesc": null
},
{
"industryId": 1,
"industryName": "Technology",
"industryDesc": null
},
{
"industryId": 3,
"industryName": "Trading",
"industryDesc": null
}
],
"info": {
"id": "SUCCESS_GET_DATA",
"message": "Get data succeed",
"messageEn": null,
"messageId": null,
"field": null,
"redirect": null
}
}