x-token: ********************
curl --location --request GET 'http://api.testagent.mumamail.com/user/senderList?pageSize=&page=' \
--header 'x-token;'
{
"code": 0,
"data": {
"list": [
{
"id": 3,
"created_at": "2023-03-24 02:22:50",
"updated_at": "2023-03-24 02:22:50",
"agent_id": 2,
"agent_name": "atest001",
"company": "",
"country_code": "DE",
"name": "555",
"sender": "555",
"address1": "",
"address2": "",
"city": "",
"zip": "",
"state": ""
},
{
"id": 1,
"created_at": "2023-03-24 02:17:31",
"updated_at": "2023-03-24 02:17:31",
"agent_id": 2,
"agent_name": "atest001",
"company": "DE",
"country_code": "DE",
"name": "testsender",
"sender": "testsender",
"address1": "",
"address2": "",
"city": "",
"zip": "",
"state": ""
}
],
"total": 0,
"page": 0,
"pageSize": 0
},
"msg": "success"
}