Hello @SaurabhCh
In your requests, pass verify=false. This will disable the SSL verification and you won't see the error.
import requests
res = requests.get("https://reactor.adobe.io/companies/{COMPANY_ID}/properties", headers=myHeaders,verify=False)