cURL
curl --request PUT \ --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/branches/{branch_name} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "commit_id": "{{last_commit_id}}" }'
""
Update branch