POST
/
create-card-goal
curl --request POST \
  --url http://dolphinflashcards.com/api/create-card-goal \
  --header 'Content-Type: application/json' \
  --data '{
  "userID": "user1",
  "cardsToRevise": "5",
  "endDate": "30/07/2024"
}'
{
  "success": "Goal created successfully"
}

Body

application/json

Response

200
application/json
OK

The response is of type object.