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