url = "https://api.iapp.co.th/license-plate-recognition/carcheck"
path = "path/to/your/input/image"
file_name = "your input image name"
('file_name',(path, 'rb'), 'image/jpeg'))
'apikey': '----Your API Key----'
response = requests.request("POST", url, headers=headers, data=payload, files=files)