Skip to main content
POST
/
api
/
locker-room
/
{id}
/
react
Add reaction
curl --request POST \
  --url https://app.d-sports.org/api/locker-room/{id}/react \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "<string>"
}
'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Path Parameters

id
string
required

Body

application/json
type
string

Response

200

{ success, data }