patch https://go.daisybill.com/api/v1/attachments/
Response
xxxxxxxxxx
11curl \
https://go.daisybill.com/api/v1/attachments/1488 \
-s \
-X PATCH \
-H "Content-Type: application/json" \ \
-H 'Authorization: Bearer {API_TOKEN}'
-d '{
"attachment": {
"report_type": "OZ:B3"
}
}'