Português (BR)
cURL
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" }
Cadastra uma pontuação para um membro específico.
The response is of type object.
object
Esta página foi útil?