Authorization: Bearer ********************{
"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
}curl --location --request PATCH 'http://localhost:4002/rest/v1/subscriptions/' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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
}'{
"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
}