1curl -X POST https://api.athenaintel.com/api/v0/tools/sheets/tab/create \2 -H "X-API-KEY: <apiKey>" \3 -H "Content-Type: application/json" \4 -d '{5 "asset_id": "string",6 "sheet": {7 "columnCount": 1,8 "index": 1,9 "rowCount": 1,10 "sheetId": 1,11 "title": "string"12 }13}'
1{2 "asset_id": "string",3 "message": "string",4 "sheet_id": 1,5 "success": true6}
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>