multipart/form-data.Authorization: Bearer ********************openidoffline_accessprofileemailcurl --location --request POST 'https://api.belga.press/belgapress/api/uploads/files' \
--header 'Authorization: Bearer <token>' \
--form 'assetType=""' \
--form 'belgaImageUuid=""' \
--form 'data=@""' \
--form 'fileName=""' \
--form 'fileType=""'{
"id": 0,
"url": "http://example.com",
"assetType": "BELGA_IMAGE",
"belgaImageUuid": "string",
"fileName": "string",
"fileSize": 0,
"fileType": "DOCX",
"cropzone": {
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
}