Authorization: Bearer ********************offline_access-Offline accessopenid-OpenIDprofile-Profileemail-Emailcurl --location 'https://api.belga.press/belgapress/api/users//contacts/minimal?count=undefined&offset=undefined&search=undefined&contacttypes=undefined&contactids=undefined&withfeatures=undefined' \
--header 'Authorization: Bearer <token>'{
"_links": {
"self": "http://example.com",
"prev": "http://example.com",
"next": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
{
"id": 0,
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"contactType": "INTERNAL"
}
]
}