curl --request GET \ --url 'https://api.unify.ai/v0/project/proj/a/commits' \ --header "Authorization: Bearer $UNIFY_KEY"
{ "commit_hash": "string", "commit_message": "string | null", "created_at": "string", "prev_commit_hash": "string | null", "next_commit_hash": "[string]" }
Bearer <token>
<token>