progress field is a percentagex-api-key: ********************Authorization: Bearer ********************curl --location --request GET 'https://dev.enrich.so/api/v3/reverse-lookup/phones/bulk/665c52bf7b8e3f00149f0a10' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"batchId": "665c52bf7b8e3f00149f0a10",
"status": "processing",
"totalItems": 3,
"processedItems": 2,
"progress": 66.7
}
}