Authorization: ********************Device-Token: ********************curl --location --request GET '/api/keywords/?page&limit&search&project_id' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>'{
"data": [
{
"id": 1,
"keyword": "mua giày thể thao hà nội",
"project_id": 1,
"status": 1,
"sort": 1,
"device": [
0,
1
],
"engine": [
0,
1
],
"result_num": 20,
"current_rank": 5,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"total": 100,
"page": 1,
"limit": 10,
"pages": 10
}
}