curl --request POST \
--url https://{tenant}.ekso.app/api/file/upload/{ownerType}/{ownerId} \
--header 'Authorization: Bearer <token>'curl --request POST \
--url https://{tenant}.ekso.app/api/file/upload/{ownerType}/{ownerId} \
--header 'Authorization: Bearer <token>'JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.
The type of entity that will own the file (e.g. Item, Annotation).
The unique identifier of the owning entity.
The file was uploaded successfully.