When successful, returns:
{
'prediction': 1
}curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/ml/receipt/detect_fraud' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": "https://images.theconversation.com/files/660579/original/file-20250409-62-by746p.jpg"
}'{
"prediction": 0
}