Project-Sonata / Profiles

Provide access for profile and account of the user
0 stars 0 forks source link

Added REST API endpoint to create a user #15

Closed justJavaProgrammer closed 4 months ago

justJavaProgrammer commented 4 months ago

Implementation of https://github.com/Project-Sonata/Profiles/issues/14

Added mocked endpoint that represent a REST contract to work with.

In this PR endpoint DOES NOT contain any logic to create a user BUT just returns a mocked values as result!

Detailed info can be found in issue