'How to send POST method with quotation marked key data?
Solution 1:[1]
Whatever you already did must work properly.Since it's not
Just try sending it like this
let account = '0x555....'
data.JSON.stringify({account})
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Sharan Balakrishnan |


