how convert this command curl $ curl -u app_id:app_secret -X GET {api}/auth_username to http method to use it in flutter
and the result:
"meta": {
"page": 1,
"limit": 10,
"count": 3
},
"data": [
{
"username": "api_user2"
},
{
"username": "api_user1"
},
{
"username": "test"
}
],
"code": 0
}
please help thanks