Authorization: Bearer ********************curl --location --request GET 'http://localhost:4002/rest/v1/subscriptions' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"slug": "string",
"name": "string",
"details": "string",
"monthly_value": 0,
"yearly_value": 0,
"has_discount": "string",
"monthly_discounted_value": 0,
"yearly_disounted_value": 0
}
]