curl --request GET \
--url https://apix.us.amity.co/api/v1/presence/settings \
--header 'Authorization: Bearer <token>'{}Get presence feature setting on both network and user level
curl --request GET \
--url https://apix.us.amity.co/api/v1/presence/settings \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.