Authorization: Bearer ********************
curl --location --request GET 'https://api.gofive.co.th/v1/storage/files?attachmentId=&search=&attachmentType=&refId=&offset=&limit=&isActive=&ascending=&sortBy=' \
--header 'Ocp-Apim-Subscription-Key: <Ocp-Apim-Subscription-Key>' \
--header 'Content-Type: application/json'
{
"data": {
"attachmentId": 0,
"type": 0,
"refId": 0,
"fileName": "string",
"extension": "string",
"fileSize": 0,
"dateCreated": "string",
"resourceUrl": "string"
},
"hasError": true,
"statusCode": 0,
"httpStatusCode": 0,
"errorMessages": "string"
}