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