curl --location 'https://api.hashpay.me/v1/organizations//billing/subscription/select' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"plan": "starter"
}'{
"id": "string",
"plan": "string",
"planName": "string",
"status": "trialing",
"currentPeriodStart": "2019-08-24T14:15:22.123Z",
"currentPeriodEnd": "2019-08-24T14:15:22.123Z",
"trialEndsAt": "2019-08-24T14:15:22.123Z",
"pendingPlan": "string",
"planChangeEffectiveAt": "2019-08-24T14:15:22.123Z",
"openInvoice": {
"id": "string",
"status": "string",
"total": "string",
"currency": "string",
"checkoutUrl": "string",
"merchantInvoicePublicId": "string"
}
}