Authorization: Bearer ********************
curl --location --request POST 'https://api.gofive.co.th/v1/storage/files/upload/<Attachment Type>' \
--header 'Ocp-Apim-Subscription-Key: <Ocp-Apim-Subscription-Key>' \
--form 'files=@""'
{
"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"
}