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