curl --request GET \
--url https://api-staging.boost.xyz/inboxes/whitelist \
--header 'Authorization: Bearer <token>'{
"status": true
}This endpoint will check if the user is in the whitelist.
curl --request GET \
--url https://api-staging.boost.xyz/inboxes/whitelist \
--header 'Authorization: Bearer <token>'{
"status": true
}