APIs to onboard and manage company.
curl -i -X PUT \
https://apis.spotnana.com/v2/companies/4974a66b-7493-4f41-908c-58ba81093947/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://apis.spotnana.com/v2/companies/4974a66b-7493-4f41-908c-58ba81093947/enrollment-config \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "termsAndConditions": "https://www.spotnana.com/terms/" }