Authorization: Bearer ********************
curl --location --request GET '/api/front/search/keyword' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": [
{
"property1": {},
"property2": {}
}
],
"message": "string"
}