Authorization: Bearer ********************{
"id": 1024,
"action": "approve"
}curl --location 'http://probill.local/api//domain/transfer/handleOut?id=20004' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 1024,
"action": "approve"
}'{
"code": 0,
"msg": "已同意转出",
"time": 1720857600
}