Api-Key: ********************curl --location --request GET 'https://api.iranpayamak.com/ws/v1/phone_book?page&limit' \
--header 'Accept: application/json' \
--header 'Api-Key: <api-key>'{
"status": "success",
"data": {
"currentPage": 0,
"totalPages": 0,
"totalItems": 0,
"itemsPerPage": 0,
"items": [
{
"id": 0,
"title": "string",
"records": 0,
"attributes": [
{
"id": 0,
"title": "string",
"type": "date",
"code": "string"
}
]
}
]
},
"messages": "string"
}