{
"app_key": "",
"timestamp": "",
"sign": ""
}
curl --location --request POST 'http://test.merchant.center.mf178.cn/api/merchant/account' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "",
"timestamp": "",
"sign": ""
}'
{
"code": 0,
"message": "ok",
"stime": 1745379293.110388,
"etime": 1745379294.243403,
"data": {
"amount": "4523.680",
"credit_amount": "10000.000"
}
}