Authorization: Bearer ********************curl --location --request POST '/keywords' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw ''{
"success": true,
"data": {
"result": 0,
"messages": [
"string"
]
},
"message": "string"
}