Skip to content

Instantly share code, notes, and snippets.

@pawelpluta
Created March 26, 2020 18:19
Embed
What would you like to do?
curl -X POST '/api/report/send-new-users-newsletter-command' \
--header 'Content-Type: application/json' \
--data-raw '{
"userRegisteredFrom": "2020-01-12T12:00:00",
"userRegisteredTo": "2020-02-29T23:59:59"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment