x-api-key header. pipl_username and pipl_password are not needed.pipl_username + pipl_password instead of the header.curl --location 'https://api.plusvibe.ai/v1/webhook/partner-google-oauth-url' \
--header 'Content-Type: application/json' \
--data '{
"flow": "app_user",
"workspace_id": "65099a0dd96fae8ab61120c0",
"provider_id": "6a4a432f257de545d3947f3f",
"min_interval": 4,
"daily_limit": 30,
"enable_camp_rampup": "yes",
"camp_ramup_start": 4,
"camp_rampup_increment": 2,
"enable_warmup": "yes",
"warmup_daily_limit": 20,
"enable_warmup_rampup": "yes",
"warmup_rampup_start": 5,
"warmup_rampup_increment": 1
}'{
"code": 1,
"message": "success",
"data": {
"redirect_url": "https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&prompt=consent&include_granted_scopes=true&scope=profile%20email%20https%3A%2F%2Fmail.google.com&state=...&response_type=code&client_id=...&redirect_uri=...",
"client_id": "550255402234-v3e4mu3ugkvrl2ngaai0nnsv5nll1nm7.apps.googleusercontent.com"
}
}