Authorization: Bearer ********************curl --location 'https://api.gofive.co.th/v4/customers/file-categories?search=%E0%B8%AB%E0%B8%A1%E0%B8%A7%E0%B8%94%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%84%E0%B8%9F%E0%B8%A5%E0%B9%8C&status=true&status=false' \
--header 'Ocp-Apim-Subscription-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"data": {
"id": 0,
"seq": 0,
"name": "string",
"note": "string",
"isActive": true
},
"hasError": true,
"statusCode": 0,
"httpStatusCode": 0,
"errorMessages": "string"
}