How to make blynk recognize my AM2320 sensor

To be honest, you’ve made awful hardware choices.
The RPI needs to be programmed in Python or JavaScript and there aren’t many examples of how to use these languages on the forum.

Hardware like the NodeMCU is what most people use, and program it in C++ (of which there are a gazillion examples on this forum).

Also, the AM2320 isn’t a very common sensor, but that’s much less of an issue, for someone with moderate programming skills!
Many people choose the awful BMP range of temperature and humidity sensors, and there are many examples on here (in C++) in the Sketch Builder.
My preference is the BME280 range of sensors and there are quite a few examples of suitable code on here.

If you want more info about the choice of MCU then have a read of this:

Pete.