Authorization: ********************{
"agentKey": "string",
"signal": "string",
"context": {
"property1": "string",
"property2": "string"
}
}curl --location --request POST '/api/v1/autonomy/run' \
--header 'idempotency-key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentKey": "string",
"signal": "string",
"context": {
"property1": "string",
"property2": "string"
}
}'