Bronze 1
Since ‎05-08-2024
a week ago

My Stats

  • 1 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

ritwikmath's Bio

Badges ritwikmath Earned

View all badges

Recent Activity

As per the documentation, I need to call the end point with access token in the header. curl -X POST \ -H "authorization: Bearer $(gcloud auth print-access-token)" \ -H "Content-Type: application/json" \ -d '{"trigger_id":"api_trigger/TRIGGER_NAME"}'...