{
"tenantname": "定低务准计在",
"tenantfullname": "划科们",
"tenanttype": "1",
"taxno": null,
"logo": null,
"effectivedate": "1990-09-19",
"expiredate": "1974-06-01",
"status": 1,
"email": "q.dnsl@wdolywlp.at",
"mobileno": "18681031693"
}
curl --location --request POST '/tenant/createByVender' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantname": "定低务准计在",
"tenantfullname": "划科们",
"tenanttype": "1",
"taxno": null,
"logo": null,
"effectivedate": "1990-09-19",
"expiredate": "1974-06-01",
"status": 1,
"email": "q.dnsl@wdolywlp.at",
"mobileno": "18681031693"
}'
{
"tenantid": "string",
"tenantname": "string"
}