Record a skill installation for abuse tracking.
cURL
curl --request POST \ --url https://api.example.com/v1/installations \ --header 'Content-Type: application/json' \ --data ' { "skill_slug": "<string>", "hostname": "<string>", "platform": "<string>" } '
{ "id": "<string>", "skill_slug": "<string>", "hostname": "<string>", "platform": "<string>", "message": "Installation recorded" }
1 - 255
Successful Response