Add an endpoint /api/v1/accounts/:id/lists to get lists to which account belongs
Closes #333 (closed)
I created an endpoint. This endpoint is the same as: https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md#retrieving-lists-by-membership
And I referred this: https://github.com/tootsuite/mastodon/blob/master/app/controllers/api/v1/accounts/lists_controller.rb
I'm sorry if this endpoint already exist.