Authorization: Bearer ********************
{"code":"123123", "phone": "15386415121", "password": "12345678"}
curl --location --request PATCH 'http://dev-cn.your-api-server.com/api/v1/yystopf/update_phone.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--header 'Content-Type: application/json' \
--data-raw '{"code":"123123", "phone": "15386415121", "password": "12345678"}'
{"status":0,"message":"success"}