curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/custom-block \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form tar='@example-file' \
--form type=transform \
--form blockId=123