Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/x-www-form-urlencoded
Request Code Samples
curl --location --request POST 'https://mazu-lan.concise.co.id/auth/email-exists' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'email=abcd@mail.com'
Responses
application/json Modified at 2023-11-29 03:59:14