curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/login?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"loginId":"18698442598",
"loginType":0
}'
{
"code": 1,
"result": {
"brandId": 3268,
"memberId": 5757576,
"customerId": 800000095,
"customerMainId": 800000095,
"customerName": "2ewe",
"commercialName": "门店1",
"mobile": "18987668844",
"sex": 1,
"levelId": 8123812,
"isDisable": 1
}
}