Authorization: ********************curl --location 'https://api.belga.press/belgapress/api/newsrooms//presscontacts?offset=undefined&count=undefined&order=undefined&search=undefined' \
--header 'Authorization: Bearer <token>'{
"_links": {
"next": "http://example.com",
"prev": "http://example.com",
"self": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
{
"id": 0,
"firstName": "string",
"lastName": "string",
"email": "string",
"language": "NL",
"content": {
"nl": {
"jobRole": "string",
"showOnNewsroom": true
},
"fr": {
"jobRole": "string",
"showOnNewsroom": true
},
"en": {
"jobRole": "string",
"showOnNewsroom": true
}
},
"phoneNumber": "string",
"websiteUrl": "string",
"profilePicture": {
"id": 0,
"url": "http://example.com",
"assetType": "BELGA_IMAGE",
"belgaImageUuid": "string",
"fileName": "string",
"fileSize": 0,
"fileType": "DOCX",
"cropzone": {
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
},
"public": true
}
]
}