cURL
curl --request POST \ --url https://app.d-sports.org/api/locker-room \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>", "imageUrl": "<string>" } '
Clerk session token. Use Authorization: Bearer .
{ success: true, data: }
Was this page helpful?