POST
/
v1
/
test-endpoint
/
auth
curl --request POST \
  --url https://api.lunary.ai/v1/test-endpoint/auth \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json · object

Response

200

Successful response with authentication info