BYOK - Import Key

While trying to make request to import a key, I am getting unsupported path error, I am using following endpoint to import a public_key
End Point: /v1/transit/keys/someImportKey/import with payload as following
{
“name”:“importKey”,
“type”: “aes256-gcm96”,
“derived”: true,
“exportable”:true,
“public_key”:“”
}

A key using the provided endpoint. Double-check that the path and payload are correctly formatted and supported by the reconstruction API. Additionally, ensure that the public key is properly specified in the payload.