curl --location --request POST 'https://nostrapi.com/api/v1/dm' \
--header 'Content-Type: application/json' \
--header 'apikey: <YOUR_KEY_HERE>' \
--data-raw '{
"relays": ["wss://nostr.zbd.gg", "wss://relay.damus.io"],
"message": "this is super fun!",
"address": "andre@zbd.gg",
"when": 1685405495
}'