Api-Key: ********************{
"title": "test title",
"attributes": [2] // nullable
}curl --location --request POST 'https://api.iranpayamak.com/ws/v1/phone_book' \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "test title",
"attributes": [2] // nullable
}'{
"status": "success",
"data": 0,
"messages": "string"
}