curl --request POST \
--url https://sdp.suki-stage.com/webhooks/notification \
--header 'Content-Type: application/json' \
--data '{
"_links": {
"contents": [
{
"href": "/path/to/resource",
"method": "GET",
"name": "name",
"type": "application/json"
}
],
"encounter_content": [
{
"href": "/path/to/resource",
"method": "GET",
"name": "name",
"type": "application/json"
}
],
"status": [
{
"href": "/path/to/resource",
"method": "GET",
"name": "name",
"type": "application/json"
}
],
"transcripts": [
{
"href": "/path/to/resource",
"method": "GET",
"name": "name",
"type": "application/json"
}
]
},
"additional_info": {
"priority": "high"
},
"encounter_id": "4d753ce1-bbff-43e1-950a-82dea2d86873",
"session_id": "a953839a-ddcd-407d-b9b0-3ed4b6be4be2",
"sessions": [
"20965414-929a-4f71-a3e5-b92bec07d086",
"29de56bc-960a-4cd5-b18f-79a798d62874"
],
"status": "success"
}'