Authorization: ********************curl --location 'https://api.hiveflow.ai/api/rc/progress' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"msg_id": "string",
"lines": [
"string"
]
}'