curl --location --request POST 'http://dev-cn.your-api-server.com/v1/sms/messages/get' \
--header 'authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "<string>",
"from": "<string>"
}'{
"messages": "[]"
}