-
-
Save pawelpluta/2130d1944824eaeade8678540ff7883d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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