sendPostRequest

open suspend override fun sendPostRequest(action: NetworkAction, authHeader: String?, body: ByteArray): ByteArray

PostRequestCapable implementation for the ECDSA pre-sign-final step: POSTs body as application/octet-stream.


suspend fun sendPostRequest(action: NetworkAction, authHeader: String?, body: String): ByteArray

String/JSON convenience beyond the PostRequestCapable contract: test scaffolding uses it for request-response steps such as backup/export.