Search contacts by partial/full name or phone number.
GET
/contacts/search
apikey
success
error
{ msg: [error detail] }
curl --location --request GET 'https://api.sociocs.com/contacts/search?query=Emilia&limit=10&offset=0' \ --header 'apikey: your_api_key' \