POST
https://stoplight.io/mocks/replyteam/reply/765516802
/
lists
curl --request POST \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/lists \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Valuable Contacts"
}'
{
  "id": 4,
  "name": "Valuable Contacts"
}

Body

application/json

Response

201 - application/json

List created successfully

The response is of type object.