Skip to main content
POST
/
create-xp-goal
Create XP Goal
curl --request POST \
  --url http://dolphinflashcards.com/api/create-xp-goal \
  --header 'Content-Type: application/json' \
  --data '{
  "jwtToken": "123",
  "goalXP": "100",
  "endDate": "30/07/2024"
}'
{
  "success": "Goal created successfully"
}

Body

application/json
jwtToken
string
required
Example:
goalXP
string
required
Example:
endDate
string
required
Example:

Response

success
string
Example: