Thank you for your answer. Please note i have attached screenshots in my previous email.Both of them are strings.If you need anything else please let me know.
//My fetching;
await fetch('/wp-json/myplugin/v1/bit_integrations', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({
email: '[email protected]',
canvasUniqueId: [{ id:"-NC5GXj-m53y9FIKEXju"}],
}),
})