curl --location --request GET 'https://apis.avata.wjlhshop.com/v3/accounts' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Signature;' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Signature;'{
"data": {
"prev_page_key": "string",
"next_page_key": "string",
"limit": 0,
"total_count": 0,
"accounts": [
{
"native_address": "string",
"hex_address": "string",
"name": "string",
"operation_id": "string",
"read_only": 0
}
]
}
}