cURL
curl --request GET \ --url https://api.kakiyo.com/v1/verify \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "API key is valid", "teamId": "abcdefghij1234567890" }
Verifies that the provided API key is valid and returns information about the associated team