curl --location --request DELETE '/products/' \ --header 'X-Identifier: {{x_identifier}}' \ --header 'Authorization: Bearer {{token}}' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data-raw '"string"'
{}