Submit an ownership claim for a ClawHub skill.
cURL
curl --request POST \ --url https://api.example.com/v1/skills/{slug}/claim
{ "id": "<string>", "skill_slug": "<string>", "status": "<string>", "verification_score": 123, "message": "<string>" }
Successful Response