curl --request POST \
--url http://localhost:8000/api/v1/analysis-customer-configs/convert-time \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"time_to_run__at_customer_timezone": "<string>"
}
'{
"time_to_run__at_customer_timezone": "<string>",
"time_to_run__utc": "<string>",
"customer_timezone": "<string>"
}Convert customer timezone time to UTC for tooltip display.
curl --request POST \
--url http://localhost:8000/api/v1/analysis-customer-configs/convert-time \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"time_to_run__at_customer_timezone": "<string>"
}
'{
"time_to_run__at_customer_timezone": "<string>",
"time_to_run__utc": "<string>",
"customer_timezone": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
The Google Ads customer ID
Schema for time conversion request.