curl --location --request POST '/task' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "email", "subject": "string", "content": "string" }'