curl --request POST \
--url https://staging.cutmake.ai/api/v1/labor-cost/compare \
--header 'Content-Type: application/json' \
--data '
{
"scenarios": [
{
"totalSam": 123,
"costPerMinute": 123,
"shiftType": "regular",
"label": "<string>",
"conversionRate": 123
}
],
"conversionRate": 123
}
'{
"scenarios": [
{
"totalSam": 123,
"costPerMinute": 123,
"shiftType": "regular",
"shiftMultiplier": 123,
"conversionRate": 123,
"laborCostVnd": 123,
"laborCostUsd": 123,
"formula": "<string>",
"scenarioLabel": "<string>"
}
]
}curl --request POST \
--url https://staging.cutmake.ai/api/v1/labor-cost/compare \
--header 'Content-Type: application/json' \
--data '
{
"scenarios": [
{
"totalSam": 123,
"costPerMinute": 123,
"shiftType": "regular",
"label": "<string>",
"conversionRate": 123
}
],
"conversionRate": 123
}
'{
"scenarios": [
{
"totalSam": 123,
"costPerMinute": 123,
"shiftType": "regular",
"shiftMultiplier": 123,
"conversionRate": 123,
"laborCostVnd": 123,
"laborCostUsd": 123,
"formula": "<string>",
"scenarioLabel": "<string>"
}
]
}