info
The info to be removedno_result
{
"contact_type": "phone",
"contact_info": "string"
}
curl --location --request DELETE 'http://localhost:8000/user/contact_info/remove' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_type": "phone",
"contact_info": "string"
}'
{
"contact_type": "phone",
"contact_info": "string"
}