curl --request POST \
--url http://localhost:8000/api/v1/google-ads/trigger-data-refresh \
--header 'Authorization: Bearer <token>'{}Trigger a data refresh for the specified customer ID.
Args: customer_id: The Google Ads customer ID login_customer_id: Optional manager account ID approved_user: The approved User instance
Returns: A message indicating the result of the operation
curl --request POST \
--url http://localhost:8000/api/v1/google-ads/trigger-data-refresh \
--header 'Authorization: Bearer <token>'{}The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type Response Trigger Data Refresh Api V1 Google Ads Trigger Data Refresh Post · object.