Starter repo -https://github.com/superdevs-org/week-1-assignment

Given the following app, change the responses so that all keys get converted to Pascel Case. They should also get appended with TodoApp

So if currently a route returns

{
	"user_name": "raman"
}

after your change, it should return

{
	"TodoAppUserName": "raman"
}

You should introduce a new attribute like macro called todo_app that you’ll apply to the right structs.