Authorization: ********************Device-Token: ********************curl --location --request POST '/api/keywords/' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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
}'{
"message": "Operation successful",
"data": {}
}