curl --request GET \
--url https://dev-billing-api.iqraa.ai/api/v1/api/v1/subscriptions/current \
--header 'Authorization: Bearer <token>'Retrieves the current active subscription for the authenticated user
curl --request GET \
--url https://dev-billing-api.iqraa.ai/api/v1/api/v1/subscriptions/current \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Current subscription retrieved successfully