And I'm try to find the power and the ground pins. When I turn to Google, most of the GPIO pinout is either for RPi4 or Rpi3.
At last, I found a way to solve my problem.
First, I install a python package python-gpiozero (or python3-gpiozero).
$ sudo apt install python-gpiozero
Then I run the command "pinout", as below, and I found the right pins (4/6) for me. ;)