Authorization: Bearer ********************{
"status": "PENDING",
"priority": "HIGH"
}curl --location --request POST '/api/up/flow-queue' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "PENDING",
"priority": "HIGH"
}'{
"data": [
{}
]
}