curl --location -g --request POST 'https://api.wexa.ai/storage//?projectID={{projectID}}' \
--header 'Content-Type: text/plain' \
--data-raw '[ { "name": "Alice", "email": "alice@example.com", "status": "active" }, { "name": "Bob", "email": "bob@example.com", "status": "inactive" } ]'
{}