In react-native am using the fetch post method
I want to send nested JSON in
method: 'POST',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// send below JSON to the backend
{
"filterCriteria": {
"catalogId": 0,
"filterEnabled": "false"
}
}