post https://api.banking.netevia.dev/api/subProfiles/address
The POST /api/subProfiles/address endpoint is used to update the address of a authorized user within the banking application. By providing the authorized user's unique ID and the new address details (such as street, city, state, and postal code) in the request body, this API allows you to efficiently modify the address associated with a authorized user profile.
Response:
Upon a successful update, the response will confirm that the address has been updated for the authorized user. In case of any issues, an error message will be returned explaining the problem.
Security:
- Authentication and Authorization: Ensure that the request is properly authenticated and that only authorized customers can modify authorized user addresses.
- Input validation will be performed to ensure that the provided address details are correct.