curl --location --request GET 'https://api.falken.ltd/api/messaging/keys/my-keys'{
"userId": "string",
"identityKey": {
"publicKey": "string",
"encryptedPrivateKey": "string",
"salt": "string",
"nonce": "string"
},
"signedPreKey": {
"publicKey": "string",
"encryptedPrivateKey": "string",
"salt": "string",
"nonce": "string",
"keyId": 0,
"signature": "string",
"keyType": "string"
},
"oneTimePreKeys": [
{
"publicKey": "string",
"encryptedPrivateKey": "string",
"salt": "string",
"nonce": "string",
"keyId": 0,
"signature": "string",
"keyType": "string"
}
]
}