Authorization: Bearer ********************{
"cert": "string",
"key": "string",
"old": "string",
"new": "string"
}curl --location --request POST '/api/v1/cert_converter?_format=json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cert": "string",
"key": "string",
"old": "string",
"new": "string"
}'{
"error": false,
"message": {
"pfx": "string",
"jks": "string",
"password": "string"
}
}