Authorization: Bearer ********************curl --location --request GET '/domain-wiki-details?run_at&type&compare_period&device&is_w' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"data": [
{
"domain": "example.com",
"device": "mobile",
"result": {},
"checked_at": "2019-08-24T14:15:22.123Z"
}
],
"from": 0,
"last_page": 0,
"last_page_url": "string",
"next_page_url": "string",
"path": "string",
"per_page": 0,
"prev_page_url": "string",
"to": 0,
"total": 0
},
"message": "Details retrieved successfully."
}