curl --location --request GET '/api/v1/memberships' \
--header 'Authorization;'{
"memberships": [
{
"id": 0,
"name": "string",
"admin_quantity": 0,
"other_roles_quantity": 0,
"cost_per_admin": 0,
"cost_per_other_rol": 0,
"include_meta_integration": true,
"include_webhooks": true,
"include_referred": true,
"referred_amount": 0
}
]
}