{ "phone": "string" }
curl --location --request POST 'https://desk-staging.shulex.com/api_v2/voc/sellersprite/million' \ --header 'Allow-Token: xxx-xxx-xxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone": "string" }'
{ "code": 200, "msg": "success", "data": { "productLink": "https://apps.voc.ai/voc?lang=cn#/account/user?redeemCode=1&type=billing" } }