curl --location --request POST 'http://dev-cn.your-api-server.com/v1/accounts' \
--header 'authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_sid": "<string>",
"auth_token": "<string>"
}'{
"status": "success",
"encrypted_key": "YOUR_ENCRYPTED_KEY"
}