curl -X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "grant_type=client_credentials&client_id=your_client_id&client_secret=your_client_secret&scope=registration" \
https://your_auth_server.com/oauth/token
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)