Authorization: ********************curl --location --request GET 'https://api.ticaret.pro/accounts' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"rows": [
{
"account": {
"id": "string",
"name": "string",
"slug": "string",
"status": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"role": "string"
}
]
}
}