{
"inputs": [],
"closedGeoLocation": null
}curl --location --request POST 'https://publicapi.taskmaverick.com/organization/mission-instances//close/' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"inputs": [],
"closedGeoLocation": null
}'{
"closedBy": {
"id": "7540b402-dd80-42a0-b374-a9294e0adfd3",
"email": "string",
"firstName": "string",
"lastName": "string",
"fullName": "string"
},
"tickets": [
{
"ticketId": "7763ef60-6a00-4a4c-8462-d14d9e2c5346",
"ticketTitle": "string",
"ticketMessage": "string"
}
],
"assignedMedias": [
{
"title": "string"
}
],
"recordVersion": 0,
"closedTime": {
"value": 0
},
"closedGeoLocation": {
"latitude": 0,
"longitude": 0,
"address": "string"
}
}