APIs to onboard and manage company.
curl -i -X PUT \ 'https://developer.spotnana.com/_mock/openapi/companyapi/v2/companies/{companyId}/enrollment-config' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Content-Type: application/json' \ -d '{ "termsAndConditions": "https://www.spotnana.com/terms/" }'
curl -i -X GET \ 'https://developer.spotnana.com/_mock/openapi/companyapi/v2/companies/{companyId}/enrollment-config' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "termsAndConditions": "https://www.spotnana.com/terms/" }