Boot User
Invalidates the session of a user forcing them to login again
POST
/api/contact/bootUser
curl \
--request POST 'http://api.example.com/api/contact/bootUser' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Invalidates the session of a user forcing them to login again
curl \
--request POST 'http://api.example.com/api/contact/bootUser' \
--header "Authorization: Bearer $ACCESS_TOKEN"