{
"mobile": null,
"code": null,
"nickname": null,
"email": null,
"companyName": null,
"comPhone": null,
"comFax": null
}
curl --location --request POST 'http://openapi.chem-site.com//pc/auth/editUserInfo' \
--header 'authorization: bearerNWJiNDhkNzlmNjg0N2FlMmZiYjliZWM3NGVkNzIyMjNleUpsZUhCcGNtVWlPakUyTmpRMk1EazJORGNzSW1oaGMyZ2lPaUl5ZEhsc1JIQlhkWFpNUVdaWGJVRllJbjA9' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": null,
"code": null,
"nickname": null,
"email": null,
"companyName": null,
"comPhone": null,
"comFax": null
}'
{
"status": "string",
"code": "string",
"message": "string",
"data": {},
"error": {}
}