this repo has no description
at main 9 lines 269 B view raw
1{ 2 "using": ["urn:ietf:params:jmap:core", "urn:ietf:params:jmap:mail"], 3 "methodCalls": [ 4 ["Mailbox/set", {"accountId": "acc1", "create": {"temp1": {"name": "New Folder", "parentId": null}}}, "c1"] 5 ], 6 "createdIds": { 7 "temp1": "server-assigned-id-1" 8 } 9}