curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/calc-cost' \
--header 'Authorization: xxxxxxxxx' \
--header 'content-type: application/json' \
--data-raw '{
"num": 1,
"mj_stylize": 100
}'{
"code": "200",
"data": 3,
"msg": "success"
}