Creates a new list within the given project id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the project
The name of the List
The type of List (i.e. TODO, WORKING_ON, COMPLETED)
The ordered index of the list within the project. Setting this property will re-order other lists in the project to maintain sequential order. Leaving this property blank will default the index to 1 and shift the index of all other lists.