Authorization: ********************curl --location '/api/invocations//close' \
--header 'X-Temper-Surface;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"disposition": "completed",
"outcome": null
}'