{ "name": "string", "phone": "stringstring" }
curl --location --request POST 'https://guardian-api.itheima.net/emergency-contact' \ --header 'Authorization: {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "phone": "stringstring" }'
{ "code": 0, "msg": "string", "resTime": "2019-08-24T14:15:22Z", "result": {}, "tips": "string" }