curl --location --request POST 'https://api.wexa.ai/inbox/create' \
--header 'x-api-key: {{x-api-key}}' \
--form '_id=""' \
--form 'type=""' \
--form 'status=""' \
--form 'created_at=""' \
--form 'updated_at=""' \
--form 'agent_id=""' \
--form 'coworker_id=""' \
--form 'coworker_name=""' \
--form 'agent_title=""' \
--form 'summary=""' \
--form 'execution_id=""' \
--form 'projectID=""'{
"_id": "string",
"type": "string",
"status": "string",
"created_at": 0,
"updated_at": 0,
"agent_id": "string",
"agent_title": "string",
"coworker_id": "string",
"coworker_name": "string",
"summary": "string",
"execution_id": "string",
"projectID": "string"
}