Authorization: Bearer ********************offline_access-Offline accessopenid-OpenIDprofile-Profileemail-Emailcurl --location --request PUT 'https://api.belga.press/belgapress/api/newsobjects//keywords' \
--header 'If-Match;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
"string"
]'{
"_links": {
"self": "http://example.com",
"prev": "http://example.com",
"next": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
"string"
]
}