username:passwordAuthorization: Basic *****************{
"tpl_id": "205",
"mobile": "176xxxxx764",
"content": "您的验证码是:23**232。请不要把验证码泄露给其他人。"
}curl --location --request POST 'https://www.bangwo8.com/api/v1/sendsms.json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tpl_id": "205",
"mobile": "176xxxxx764",
"content": "您的验证码是:23**232。请不要把验证码泄露给其他人。"
}'{
"code": "string",
"message": "string",
"data": [
"string"
]
}