Profile
Update profile
put/api/v1/profile
Request body
Example request
{
"Id": "123e4567-e89b-12d3-a456-426614174000",
"FirstName": "John",
"LastName": "Doe"
}Response
Profile updated successfully.
Example response
{
"Id": "123e4567-e89b-12d3-a456-426614174000",
"FirstName": "John",
"LastName": "Doe",
"CreatedAt": "2021-10-01T12:00:00Z",
"UpdatedAt": "2021-10-01T12:00:00Z"
}