{ "MobilePhone": "13499091234", "FullName": "aaa", "Company": "", "Street": "", "LeadOwner": "", "IsLead": "", "Email": "" }
curl --location --request POST 'https://openapi.beschannels.com/leads/open-api/create-leads?access_token' \ --header 'Content-Type: application/json' \ --data-raw '{ "MobilePhone": "13499091234", "FullName": "aaa", "Company": "", "Street": "", "LeadOwner": "", "IsLead": "", "Email": "" }'
{ "code": 0, "msg": "ok" }