Add some form of balance to a user’s account and charge them for it
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Used to prevent duplicate requests. Two of the same DedupeId won't be allowed within 1 hour if header exists
OK