Get profiles for user

GET /closeAPI/api/close/profile/for-user

Responses

GET /closeAPI/api/close/profile/for-user
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/profile/for-user'
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "number": "string",
    "count": 42,
    "hasInstructions": true,
    "hasCaptions": true
  }
]