curl --location --request GET 'api.velosms.com/api/partners/viber-contact-lists?PageNumber=1&PageSize=10' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_id": "<string>",
"verfication_id": "<long>",
"verfication_code": "<long>"
}'{}