Ends the current session identified by the Context Id. Partners using Context Id authentication should invoke this when their application session ends to destroy the Context Id.
POST
/auth/end-session
curl \
--request POST 'https://ws.zipformplus.com/api/auth/end-session' \
--header "X-Auth-ContextId: $API_KEY"