Authorization: Bearer ********************
{
"attachmentIds": []
}
curl --location --request POST 'https://api.gofive.co.th/v4/customers//file-categories//attach' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscriptin-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"attachmentIds": []
}'
{
"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"
}