curl --request OPTIONS \
--url https://api.dev.kathan.tech/user-credentials \
--header 'Authorization: Bearer <token>'Handle CORS preflight requests for /user-credentials.
curl --request OPTIONS \
--url https://api.dev.kathan.tech/user-credentials \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response