curl --location --request GET 'https://api.flireo.nl/v1/assistants//phone-number' \
--header 'Authorization: Bearer <token>'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"phone_number": "+31201234567",
"locality": "string",
"number_type": "local",
"number_origin": "default",
"available": true,
"linked_assistant": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
},
"created_at": "2019-08-24T14:15:22.123Z"
}