I created global to use in body but the value of global is int type
How can I put my created global in body when itβs not string?
{
"image": {
**"id": {{comment photo id}}**,
"url": "{{comment_photo_url}}",
"width": 2992,
"height": 3992,
"type": "photo"
}
}
The marked id with bold is int value, and when I put the name of my global in quotes like this β{{comment photo id}}β it gaves me error.
How can I correctly put this {{comment photo id}} in body ?
I attach screenshot as well.
Thank you in advance