curl -L \
--request POST \
--url 'https://api.metadata.demo-001.teleskope.ai/v1/dsr/requests' \
--header 'X-API-KEY: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"request_type": "text",
"user_identifiers": [
{
"identifier_name": "text",
"identifier_value": "text",
"execute_on": "2025-03-25"
}
],
"execute_on": "2025-03-25",
"reply_by": "2025-03-25"
}'