curl --request PUT \
--url https://api.decodahealth.com/attachments/bulk-names \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"updates": [
{
"attachmentId": "<string>",
"name": "<string>"
}
]
}
'