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",
"isCompleted": false
}
curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/todos/' \
--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",
"isCompleted": false
}'