[native][web] implementing uploading one-time keys in IdentityServiceClient
Summary:
Call RPC to upload keys to Identity.
Depends on D11108
Test Plan:
Call this method and check in staging DDB that one-time key was uploaded.
await identityClient.uploadOneTimeKeys({ contentOneTimeKeys: ['test1'], notificationsOneTimeKeys: ['test2'], })
Reviewers: marcin, varun, tomek
Reviewed By: tomek
Subscribers: ashoat
Differential Revision: https://phab.comm.dev/D11109