feat: allow configuring api path
Makes it possible to configure a custom api prefix in all-in-one.conf
using the api-path-prefix
key.
This prefix is validated using regex to only allow latin and basic symbols.
The openapi specification is updated using this prefix to add it to each path.
Edited by Arnaud Vergnet