curl --request POST \
--url https://cloud.flo.andaihub.ai/api/v1/hubs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"packageType": "ARCHIVE",
"scope": "PLATFORM",
"hubName": "<string>",
"hubVersion": "<string>",
"hubArchive": {
"filename": "<string>",
"data": "<unknown>",
"type": "file",
"mimetype": "<string>"
}
}
'