curl --location --request POST 'http://dev-cn.your-api-server.com/v1/sms/webhook/update' \
--header 'authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "<string>",
"webhook": "<string>"
}'{
"status": "success"
}