curl --location --request GET '/api/mission/v1/payment-accounts' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 0,
"message": "success",
"data": {
"list": [
{
"account_id": 1,
"account_type": 1,
"account_type_text": "支付宝",
"account_no": "138****8888",
"real_name": "张**",
"is_default": true,
"is_verified": true,
"is_bound": true
}
]
}
}