curl --location --request GET '/personal/profileComplete' \
--header 'tokenId: 1940592538167558146' \
--header 'token: 18cab0c75f6f448e8a4a265ad6fad073' \
--header 'tenantId: 425582' \
--header 'mobileSystem: IOS' \
--header 'Accept-Language: zh-CN' \
--header 'Accept: application/json, text/plain, */*' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json'{
"message": "Success",
"status": 1,
"data": false,
"code": null,
"msg": null,
"token": null
}