Blynk custom json

Hey there. I need to a custom json response when gettin value from a virtual pin.

I do this request: “https://blynk.cloud/external/api/get?token={token}&v0
By default, blynk cloud send you json with only value of pin:
100
i need a response like:
“value”: 100

Is it possible?