Request
The pipeline sends an HTTP POST request with the following JSON payload:Expected Response
The endpoint must return a JSON response with the following structure:Sync and Async Modes
Setasync to control whether the pipeline waits for a response:
Authentication
SetbearerToken to include an Authorization: Bearer {token} header on every request. If omitted, requests are sent without authentication.
Timeout
ThetimeoutMs field controls the maximum time in milliseconds the pipeline will wait for a response when async is false. The default is 300000 ms (5 minutes).
