POST /api/assets
Uploads a new asset. Use multipart/form-data for the request format and single file upload.
Remarks
For logos: Must be a .png file with a size of atleast 512x512 pixels.
Response
Returns the uploaded asset.
Example
{ "AssetType": 2, "Type": "Logo", "Uri": "http://account.blob.core.windows.net/asset-name.extension", "Default": false, "Name": "name.ext", "Length": 234623, "CreatedAt": "2022-12-21T15:09:26.6579236+00:00" }