curl --request POST \ --url 'https://api.bolna.dev/dispositions/' \ --header 'Authorization: Bearer {api_key}' \ --header 'Content-Type: application/json' \ --data '{ "agent_id": "{agent_id}", "name": "Call Outcome", "question": "What was the final outcome of this call?", "category": "Lead Quality", "is_subjective": true, "is_objective": true, "model": "gpt-4.1-mini", "objective_options": [ { "value": "interested", "condition": "Customer expressed genuine interest and agreed to a next step" }, { "value": "not_interested", "condition": "Customer declined or was unresponsive to all proposals" }, { "value": "follow_up", "condition": "Customer asked to be contacted again at a later time" } ] }'