curl --request POST \
--url https://api-testnet.context.markets/v2/questions/agent-submit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"market": {
"formattedQuestion": "<string>",
"shortQuestion": "<string>",
"marketType": "SUBJECTIVE",
"evidenceMode": "social_only",
"resolutionCriteria": "<string>",
"endTime": "<string>",
"sources": [],
"timezone": "America/New_York",
"buckets": [
{
"key": "<string>",
"label": "<string>",
"countBy": "authors",
"query": "<string>",
"instructions": "<string>",
"includedAuthors": [
"<string>"
],
"excludedAuthors": [
"<string>"
],
"target": 1,
"authorOnly": true,
"order": 1
}
],
"comparisons": [
{
"type": "binary",
"key": "<string>",
"label": "<string>",
"aKey": "<string>",
"bKey": "<string>",
"operator": ">",
"aWeight": 1,
"bWeight": 1,
"margin": 1
}
],
"explanation": "<string>"
}
}
'