{
"contact_type": "phone",
"contact_info": "string"
}
curl --location --request POST 'http://localhost:8000/user/contact_info/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_type": "phone",
"contact_info": "string"
}'
{
"contact_type": "phone",
"contact_info": "string",
"contact_info_id": 0,
"verified": true
}