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 'Content-Type: application/json' \
--header 'x-token;' \
--data-raw '{
"orgId": "string",
"userId": "string",
"userType": "string",
"certUsage": "string",
"privateKeyPwd": "string",
"country": "string",
"locality": "string",
"province": "string",
"token": "string"
}'
{}