curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/receipts/parse \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"dispensaryName": "<string>",
"orderDate": "<string>"
}
'curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/receipts/parse \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"dispensaryName": "<string>",
"orderDate": "<string>"
}
'