curl --location --request GET 'https://test.pro.wuht.net/adminapi/v2/invoice?header_type&type=&page=&limit=' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ'
{
"status": 0,
"msg": "string",
"data": [
{
"id": 0,
"uid": 0,
"header_type": 0,
"type": 0,
"name": "string",
"duty_number": "string",
"drawer_phone": "string",
"email": "string",
"tell": "string",
"address": "string",
"bank": "string",
"card_number": "string",
"is_default": 0,
"is_del": 0,
"add_time": "string"
}
]
}