curl --request POST \
--url https://{api_endpoint}/v1/tools/{tenant_id}/callback/{original_correlation_id}/correlation_objects \
--header 'Content-Type: application/json' \
--data '
{
"tenant_id": "<string>",
"flowinstance_id": "<string>",
"agent_id": "<string>",
"user_id": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://{api_endpoint}/v1/tools/{tenant_id}/callback/{original_correlation_id}/correlation_objects \
--header 'Content-Type: application/json' \
--data '
{
"tenant_id": "<string>",
"flowinstance_id": "<string>",
"agent_id": "<string>",
"user_id": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}