{
"mobilePhone": "string",
"smsType": 0
}
curl --location --request POST 'https://test.jiuyun.pro/api/uc/v1/ownerLogin/sendSmsCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobilePhone": "string",
"smsType": 0
}'
{
"errCode": 0,
"errMsg": "string",
"data": {}
}