ConsentDto
ConsentDto
Request body for registering the consent based trust between source and target organization
JSON Example
{
"consentId": "string",
"source": {
"userId": "string"
},
"status": "string",
"target": {
"orgId": "string",
"orgOwnerEmail": "string"
}
}