curl --location --request POST 'http://dev-cn.your-api-server.com/v1/inbound/insert' \
--header 'authorization: <authorization>' \
--header 'encrypted_key: <encrypted_key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"numbers": [
"<string>"
]
}'{
"status": "success",
"message": "Successfully inserted numbers",
"inserted": [
"+12223334444",
"+13334445555"
]
}