curl --request POST \
--url https://api.end.shallow.ink/api/v1/subscription/subscribe \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"plan": "pro",
"period": "monthly"
}
'curl --request POST \
--url https://api.end.shallow.ink/api/v1/subscription/subscribe \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"plan": "pro",
"period": "monthly"
}
'