curl --request POST \
--url http://0.0.0.0:3000/v1/billing/subscriptions/free \
--header 'Authorization: Bearer <token>'{
"status": true
}curl --request POST \
--url http://0.0.0.0:3000/v1/billing/subscriptions/free \
--header 'Authorization: Bearer <token>'{
"status": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Free subscription provisioned