curl --location '/cascades//threads//messages//upload/register' \
--header 'Content-Type: application/json' \
--data '[
{
"fileSize": 0,
"contentType": "string",
"fileName": "string"
}
]'[
{
"fileId": "string",
"uploadId": "string",
"urls": [
"string"
]
}
]