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