I need to send this JSON with HTTP post request, but I Want to convert him to a String, I have problem with the " " if somebody can do it for me or explain it for me it will help me, thank you!
{
"inputs": [
{
"data": {
"image": {
"url": "https://someImage.jpg"
}
}
}
]
}