curl --request POST \
--url https://api.decodahealth.com/admin/providers/{provider_id}/profile-image \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--header 'TENANT: <tenant>' \
--form file='@example-file'"<string>"Upload or remove a profile image for a provider. Pass no file or empty file to remove the profile image.
curl --request POST \
--url https://api.decodahealth.com/admin/providers/{provider_id}/profile-image \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--header 'TENANT: <tenant>' \
--form file='@example-file'"<string>"