リストの追加はboards APIから行います。
urlは下記boards APIのものですが、postで送信します。
https://trello.com/1/[idBoards]/lists
postパラメータとしてnameが必要になります。
idBoardsはmembersAPIとかから取得しましょ。
結果はこんな感じ。
object(stdClass)#13 (5) { ["id"]=> string(24) "追加したリストID" ["name"]=> string(7) "リスト名" ["closed"]=> bool(false) ["idBoard"]=> string(24) "ボードID" ["pos"]=> float(32767.5) }
【まとめ】Trelloを使いこなそう!Trelloの使い方まとめ