{
"companyName": null,
"companyType": "COMPONENT",
"status": null,
"userId": null
}
curl --location --request POST 'https://zcb.test.solarpv.top/api/company/get/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyName": null,
"companyType": "COMPONENT",
"status": null,
"userId": null
}'
{
"message": "",
"status": 0,
"data": {}
}