Creates a new fournisseur (supplier).

  • Parameters

    • req: Request

      The Express request object containing the supplier details.

    • res: Response

      The Express response object.

    Returns Promise<undefined | Response<any, Record<string, any>>>

    A JSON response containing the created supplier data.