Authorization: Bearer ********************
{ "title": "string", "description": "string" }
curl --location '/to-do/create' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "title": "string", "description": "string" }'
{}