Skip to content

Instantly share code, notes, and snippets.

@pawelpluta
Created March 26, 2020 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawelpluta/2130d1944824eaeade8678540ff7883d to your computer and use it in GitHub Desktop.
Save pawelpluta/2130d1944824eaeade8678540ff7883d to your computer and use it in GitHub Desktop.
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