hngprojects / hng_boilerplate_golang_web

Apache License 2.0
77 stars 50 forks source link

Feat: Get user data privacy settings #310

Closed Ajinx1 closed 3 months ago

Ajinx1 commented 3 months ago

Description

This pull request introduces a new API endpoint to retrieve a user's data privacy settings.

Key Features

API DOC HERE

Acceptance Criteria

Authorization Header:

{
    "Authorization": "Bearer <token>"
}

Related Issue

This pull request addresses Issue 308.

How Has This Been Tested?

The changes have been tested with the following methods:

Screenshots (if appropriate - Postman, etc.)

image image image image

Types of Changes

Checklist