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-03-15T12:00:00" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment