Adding copilot IVA requests to posting

This commit is contained in:
2025-08-29 12:21:03 -05:00
parent 0bc527e78c
commit c6bb4719f7
8 changed files with 178 additions and 47 deletions

View File

@@ -0,0 +1,19 @@
name: Authentication
method: POST
url: $TOKEN_URL
body:
form_data:
- name: grant_type
value: client_credentials
- name: audience
value: api://vcp/wa-cloudevent
- name: client_id
value: $CLIENT_ID_V2
- name: client_secret
value: $CLIENT_SECRET_V2
content_type: application/x-www-form-urlencoded
headers:
- name: content-type
value: application/x-www-form-urlencoded
scripts:
on_response: authorization.py