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