curl --request POST \
--url https://api.magne.app/v1/keys/replenish \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deviceId": "<string>",
"oneTimePreKeys": [
{
"keyId": 123,
"publicKey": "<string>"
}
]
}
'