curl --location --request POST '/api/v1/leads/bulk-delete' \ --header 'Content-Type: application/json' \ --data-raw '{ "leadIds": [ "string" ] }'