curl --request POST \
--url https://api.obiex.finance/v1/transactions/resendWebhooks \
--header 'Content-Type: application/json' \
--data '
"{\n \"ids\": [\n \"008bf90d-6f24-4377-9da1-eee863adb3d1\", // transaction id\n \"008bf90d-6f24-4377-9da1-eee863adb3d2\",\n \"008bf90d-6f24-4377-9da1-eee863adb3d3\"\n ]\n}"
'