Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 674 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 674 Bytes

Let's visionOS 2024 的 Email 订阅服务

Doc

curl --location 'https://api.typlog.com/v3/subscribers' \
--header 'X-Site-Id: 4108' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer [BEARER_TOKEN]' \
--data-raw '{
  "name": "2333",
  "email": "[email protected]"
}'

Example

curl --location 'https://letsvisionos24subscribe.swiftgg.team/subscribe/post' \
--form 'MERGE0="[email protected]"'