Thanks!
No, I mean, I get the response :) What I don't get is, whats wrong with the payload that looks like this?
```
const payload = {
"ids": null,
"authors":null,
"kinds": [0],
"#e": null,
"#p": null,
"#a": null,
"since": null,
"until": null,
"limit": 10
}
```
Are you saying the payload needs to be
```
[
'REQ',
"npub....",
{
]
```?
Sorry to bother you.