curl --request POST \
--url http://localhost:3000/v2/SystemGenerateWrappingKey \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"key1": "<string>",
"key2": "<string>",
"key3": "<string>",
"request_metadata": {}
}
'