Create user via Google authentication
documentedCreates a new CallOnTheGo user using a Google authentication token.
POST /user/google/authorcreateUsersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://app.callonthego.com/api/v1/user/google/authorcreate" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "x-cotg-authtoken: {{CALLONTHEGO_API_KEY}}" \
-d '{"email": "{{$email}}", "google_token": "{{$google_token}}"}'