AddResult
Represents the result of an add operation, containing the ID and link of the created resource.
idstring<uuid>
The unique identifier of the created resource.
linkstringnullable
The URL link to access the created resource.
AddResult
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"link": "string"
}