curl --location --request POST 'https://api.wexa.ai/inbox/create' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"_id": "66f1...", "type": "runtime_input", "status": "pending", "agent_id": "66fe...", "agent_title": "Data Collector", "coworker_id": "66aa...", "coworker_name": "Sourcing Leads", "summary": "Provide missing fields", "execution_id": "exec_123", "projectID": "abc123", "runtime_input": { "fields": [{ "field_id": "email" }], "is_submitted": false, "summary": "", "timestamp": 1726721000, "values": {} } }'