<div dir="ltr">Hi<div>I'm using opensips 3.1. </div><div>What json should be sent as body to http mi which results like ul_dump?brief</div><div>I tried this curl command but it is not working</div><div>curl --location --request POST '<a href="http://127.0.0.1:8080/opensips_mi">http://127.0.0.1:8080/opensips_mi</a>' \<br>--header 'Content-Type: application/json' \<br>--data-raw '{"jsonrpc":"2.0","method":"ul_dump","id":10,<b>"params":["brief"]</b>}'<br></div><div>I get </div><div>{"jsonrpc":"2.0","error":{"code":-32602,"message":"Invalid params"}</div><div><br></div><div>this works but it is not brief :)</div><div> curl --location --request POST '<a href="http://127.0.0.1:8080/opensips_mi">http://127.0.0.1:8080/opensips_mi</a>' --header 'Content-Tya-raw '{"jsonrpc":"2.0","method":"ul_dump","id":10}'<br></div><div><br></div><div>thanks</div></div>