curl --request POST \
--url https://api.example.com/api/conversations/{conversation_id}/events/respond_to_confirmation \
--header 'Content-Type: application/json' \
--header 'X-Session-API-Key: <api-key>' \
--data '
{
"accept": true,
"reason": "User rejected the action."
}
'