curl --request POST \ --url https://api.projectdiscovery.io/v1/user/feedback \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "feedback_text": "<string>" }'
{ "message": "<string>" }
Was this page helpful?