Authorization: Bearer ********************{
"topic": "/todo-topics/1",
"description": "string",
"expires": "2019-08-24T14:15:22Z",
"assigned": "/users/1",
"lead": "/leads/1",
"phone": "string",
"customer": "/customers/1"
}curl --location --request POST 'https://mock.apidog.com/m1/463678-0-default/todos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"topic": "/todo-topics/1",
"description": "string",
"expires": "2019-08-24T14:15:22Z",
"assigned": "/users/1",
"lead": "/leads/1",
"phone": "string",
"customer": "/customers/1"
}'