Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//payment-proofs//similar' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"proof_id": "3090c5b2-ec00-4120-8732-cacbd73d7ad8",
"order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe",
"order_number": "string",
"status": "string",
"transaction_ref": "string",
"declared_amount_cents": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"signed_image_url": "string",
"hamming_distance": 0
}
],
"message": "string"
}