Authorization: ********************X-HashPay-Key: ********************curl --location 'https://api.hashpay.me/v1/plans' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"code": "string",
"name": "string",
"monthlyFee": "string",
"includedVolume": "string",
"overageRate": "string",
"featureLimits": {
"property1": 0,
"property2": 0
}
}
]
}