curl --location --request GET 'https://api.mediashare.com/api/subscriptions/status' \
--header 'X-API-Key: <api-key>'{
"plan": "free",
"status": "active",
"creditsRemaining": 0,
"creditsPerMonth": 0,
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
}