cURL
curl --request POST \ --url https://www.answeroverflow.com/api/v1/messages/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "solutionId": "<string>" } '
{ "success": true }
Your API key. Generate one from your dashboard settings.
Response for status 200