IP white list in Kong using IP restriction plugin

14.107.0.0 - 14.107.255.255 how to white list the this ip range in ip restriction plugins in kong.
please give me response as soon as possible

Have you tried the following?

curl -X POST http://kong:8001/plugins \
    --data "name=ip-restriction" \
    --data "config.whitelist=14.107.0.0/16"