Authorization: Bearer ********************{
"flowDefinitionKey": "APPROVAL_FLOW",
"businessKey": "BUSINESS_001",
"variables": {
"applicant": "USER_001",
"amount": 1000
}
}curl --location --request POST '/api/up/flow/start' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"flowDefinitionKey": "APPROVAL_FLOW",
"businessKey": "BUSINESS_001",
"variables": {
"applicant": "USER_001",
"amount": 1000
}
}'{
"data": {}
}