curl --request POST \
--url https://api.example.com/call/end \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"end": {
"project_id": "<string>",
"id": "<string>",
"ended_at": "2023-11-07T05:31:56Z",
"summary": {
"usage": {},
"status_counts": {}
},
"exception": "<string>",
"output": null,
"wb_run_step_end": 123
}
}
'{}curl --request POST \
--url https://api.example.com/call/end \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"end": {
"project_id": "<string>",
"id": "<string>",
"ended_at": "2023-11-07T05:31:56Z",
"summary": {
"usage": {},
"status_counts": {}
},
"exception": "<string>",
"output": null,
"wb_run_step_end": 123
}
}
'{}