/v1/sessionssecret clientCreate a new consent session for a product.
Request
{
"product_id": "prd_...",
"external_reference": "optional-string",
"return_url": "https://yourapp.com/callback"
}Response
{
"session_id": "ses_...",
"session_url": "https://notify.ucap.africa/consent/ses_...",
"expires_at": "ISO-8601",
"status": "created"
}