{ "position": 1, "mtu": "1500" }
curl --location -g --request POST 'http://localhost/v2/set_mtu' \ --header 'Content-Type: application/json' \ --data-raw '{ "position": 1, "mtu": "1500" }'
{ "status": true, "msg": "MTU value updated successfully" }