curl --request POST \
--url https://api.fragapi.com/v1/premium/buy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"months": "3"
}
'{
"messageHash": "<string>"
}Buy premium subscription for a user.
curl --request POST \
--url https://api.fragapi.com/v1/premium/buy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"months": "3"
}
'{
"messageHash": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.fragapi.com/llms.txt
Use this file to discover all available pages before exploring further.