Authorization: Bearer ********************
{ "todo_id": 1 }
curl --location '/to-do/finish' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "todo_id": 1 }'
{}