curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/ml/receipt/detect_fraud' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--form 'image_url="https://images.theconversation.com/files/660579/original/file-20250409-62-by746p.jpg"'
{
"prediction": 0
}