curl --location --request GET 'https://api.mediashare.com/api/plans' \
--header 'X-API-Key: <api-key>'[
{
"_id": "string",
"name": "free",
"displayName": "string",
"creditsPerMonth": 0,
"prices": [
{
"amount": 0,
"currency": "USD",
"interval": "monthly"
}
],
"features": [
"string"
]
}
]