POST /api/lists/
Sample Request
curl -X POST -H 'accept: application/json'
-H 'api-version: 1'
-H 'authorization: Bearer '
name=myList&list_items[0]=www.abc.com&list_items[1]=www.cnn.com |
Sample Response
{ "status": "OK",
"data": 123
} |