cURL
curl --request POST \ --url https://alphainsider.com/api/resetBotPerformance \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "bot_id": "<string>" } '
{ "success": true, "response": "Bot performance reset." }
Resets the bot performance graph.
User API token.
Bot ID.
Request was successful.