curl --request POST \
--url http://127.0.0.1:9550/v2/http_free_subscription_links \
--header 'Content-Type: text/plain' \
--data '<string>'
"<any>"
curl --request POST \
--url http://127.0.0.1:9550/v2/http_free_subscription_links \
--header 'Content-Type: text/plain' \
--data '<string>'
"<any>"
The body is of type string
.
Successfully retrieved HTTP free subscription links
The response is of type any
.
Was this page helpful?