POST
/
api
/
v1
/
scores
curl --request POST \
  --url https://memberkit.com.br/api/v1/scores \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "id": 123,
  "value": 123,
  "reason": "<string>",
  "course_id": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

api_key
string
query
required

Body

application/json

Response

201 - application/json

The response is of type object.