curl --location --request POST '/admin/run-data-integrity-check' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessId": 1,
"checkId": 2
}'{
"success": true,
"message": "Business data converted and parsed successfully!",
"data": null
}