Update scope on existing memories to match current mappings.
cURL
curl --request POST \ --url https://api.example.com/api/settings/scopes/reapply \ --header 'Authorization: Bearer <token>'
{ "updated": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response