{ "collaborationID": "string", "userID": "string", "confirmState": "CONFIRM_ACCEPT" }
curl --location --request POST '/confirm' \ --header 'Content-Type: application/json' \ --data-raw '{ "collaborationID": "string", "userID": "string", "confirmState": "CONFIRM_ACCEPT" }'
{ "code": 0, "message": "", "data": { "@type": "type.googleapis.com/google.protobuf.Empty", "value": {} } }