curl --request POST \
--url https://api.usecobalt.com/v1/tasks \
--header 'Content-Type: application/json' \
--header 'access_token: <api-key>' \
--header 'client_id: <api-key>' \
--header 'client_secret: <api-key>' \
--data '
{
"subject": "<string>",
"description": "<string>",
"assignee_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"patient_mrn": "<string>"
}
'