I have a parameter in a POST request which is in the following format:
ParamName= < r username="123" password="456" x="" y=""/>
and I want to test username and password which are two HTML input controls on the webpage using SQLmap. how should I use sqlmap for this kind of requests or for example JSON parameters which are like parametername={ username:value1 , password:value2}?