Request access to a feature or service

This endpoint allows users to request access to a specific feature or service within the application.

POST
/request-access

Request Body

application/json

The request body should contain the details of the access request, including the feature or service name and any additional information required.

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://api-testnet.dual.network/request-access" \  -H "Content-Type: application/json" \  -d '{    "full_name": "string",    "email": "user@example.com",    "project_description": "string"  }'
{}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}