curl --location --request POST 'https://openapi.italent.cn/compensationv2/v1/publicdata/getCostAllocationResult' \
--header 'Content-Type: application/json' \
--data-raw '{"PageIndex":0,"PageSize":1,"Columns":null,"PayPeriod":"2021-04-01T00:00:00"}'
{
"Code": 0,
"Message": "string",
"IsSuccess": true,
"Data": [
{
"property1": "string",
"property2": "string"
}
],
"Total": 0
}