x-token: ********************{
"orgId": "string",
"userId": "string",
"userType": "string",
"certUsage": "string",
"privateKeyPwd": "string",
"country": "string",
"locality": "string",
"province": "string",
"token": "string"
}curl --location --request POST 'http://101.200.153.57:9030/api/ca/gencsr' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgId": "string",
"userId": "string",
"userType": "string",
"certUsage": "string",
"privateKeyPwd": "string",
"country": "string",
"locality": "string",
"province": "string",
"token": "string"
}'{}