curl --location '//createList' \ --header 'Content-Type: application/json' \ --data '[ { "property1": "string", "property2": "string" } ]'
{ "code": 0, "data": true, "message": "string", "success": true }