invite_key + invite_urlcontext object can have up to 5 key/value pairs, where the value can be of type string or int. Nested JSON objects are not supported.curl --location --request POST '/v1/matters/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"questionnaire_id": "quest_AAABBBCCCDDDEEEFFFFF00112233",
"matter_name": "02849 - Smith",
"context": {
"one-system-id": 2944938,
"two-system-id": "d2ae160b-08e7-4d83"
}
}'{
"id": "matter_AABBCCDD0011223344",
"invite_key": "sdxuarqwfi7do072qrnmqoj2rw6sgvfpezjd9wco3fbe3kl",
"invite_url": "https://app.decisionvault.com/start/lawfirm/sdxuarqwfi7do072qrnmqoj2rw6sgvfpezjd9wco3fbe3kl"
}