Authorization: ********************curl --location '/api/v1/core/subscription/payment-description' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"newPlanCode": "string",
"newSeat": 0,
"addOnCode": [
{
"planCode": "string",
"qty": 0
}
]
}'