{
  "name": "My Awesome API",
  "shortDescription": "Short description of my API",
  "description": "A detailed description of my API",
  "pricing": 1000000,
  "baseUrl": "https://api.example.com",
  "endpoints": [
    {
      "method": "GET",
      "path": "/"
    }
  ],
  "network": "BASE_MAINNET",
  "token": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
  "paymentType": "ONE_TIME or STREAM",
  "providerId": "0x...WALLET_ADDRES"
}