Project handshake
Handshake request from the Interaction Cloud to an Extension on new Project creation or existing Project update.
curl --request POST \
--url https://example-extension.mic.io/lvis/c068dd33-46c3-4789-a619-b14e4bcbe990/projects \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"project_id": "da34516f-00af-435e-bd03-ab1720755dda",
"project_name": "Project X",
"config": {},
"api_key": "td18FzQxQ8ZgCAc9oHpQis8WJqkEn5B9",
"extension_setup": {
"key": "value"
}
}'