Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET '/api/v1/user/profile' \
--header 'Authorization: Bearer <token>'
Modified at 2025-02-03 18:44:13