curl --location --request POST 'https://api.explo.co/api/configure_customer_portal/' \ --header 'Content-Type: application/json' \ --header 'Explo-Authorization: Token <token>' \ --data-raw '{ "dashboard_embed_id": "Ab123CdefG", "provided_id": "test_id_1", "emails": ["[email protected]", "[email protected]"] }'
{ "success": 1 }