curl --request POST \
--url https://api.veryfront.com/credits/topup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"packageId": "small",
"package_id": "small",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"successUrl": "<string>",
"success_url": "<string>",
"cancelUrl": "<string>",
"cancel_url": "<string>"
}
'