Authorization: Bearer ********************
curl --location --request GET 'https://api.nitte.app/mediatories//clients?query=nitte@example.com&page=0&hitsPerPage=5'
{
"clients": [
{
"id": "c1be87a5-d8ff-4338-a60a-ad8792b99ee6",
"email": "nitte@exmaple.com",
"publicName": "Nitte株式会社",
"privateName": "client-12345",
"tel": "08012341234",
"lineUserId": "string",
"blockedPeriods": [
{
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z"
}
],
"preProposedPeriods": [
{
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z"
}
],
"cc": [
"string"
]
}
],
"page": 0,
"hitsPerPage": 0,
"numberHits": 0
}