Update the caller's metadata
POST /api/v1/enduser/update-metadata
Merges the supplied key/value pairs into the caller's metadata map.
This is a merge, not a replace: keys you omit are left untouched. To delete a
key, send it with an empty-string value.
Request